mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Update plugins/modules/apache2_module.py
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user