mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update plugins/modules/apache2_module.py
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
5cf958765e
commit
2b4622288b
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ EXAMPLES = '''
|
||||||
community.general.apache2_module:
|
community.general.apache2_module:
|
||||||
name: "{{ item.module }}"
|
name: "{{ item.module }}"
|
||||||
state: "{{ item.state }}"
|
state: "{{ item.state }}"
|
||||||
warn_mpm_absent: False
|
warn_mpm_absent: false
|
||||||
ignore_configcheck: True
|
ignore_configcheck: true
|
||||||
loop:
|
loop:
|
||||||
- module: mpm_event
|
- module: mpm_event
|
||||||
state: absent
|
state: absent
|
||||||
|
|
Loading…
Reference in a new issue