From 2b4622288bd0592eea68a42529e87c16feec95ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Servais?= Date: Sat, 7 Jan 2023 15:53:11 +0100 Subject: [PATCH] Update plugins/modules/apache2_module.py Co-authored-by: Felix Fontein --- plugins/modules/apache2_module.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/apache2_module.py b/plugins/modules/apache2_module.py index 68c3e8ab7f..e6998ad3f5 100644 --- a/plugins/modules/apache2_module.py +++ b/plugins/modules/apache2_module.py @@ -88,8 +88,8 @@ EXAMPLES = ''' community.general.apache2_module: name: "{{ item.module }}" state: "{{ item.state }}" - warn_mpm_absent: False - ignore_configcheck: True + warn_mpm_absent: false + ignore_configcheck: true loop: - module: mpm_event state: absent