mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 12:44:22 -07:00
Remoe whitespace
This commit is contained in:
parent
cdee15acc8
commit
feb6fc5bec
1 changed files with 3 additions and 3 deletions
|
@ -52,8 +52,8 @@ options:
|
||||||
warn_mpm_absent:
|
warn_mpm_absent:
|
||||||
description:
|
description:
|
||||||
- Control the behavior of the warning process for MPM modules.
|
- Control the behavior of the warning process for MPM modules.
|
||||||
type: bool
|
type: bool
|
||||||
default: true
|
default: true
|
||||||
requirements: ["a2enmod","a2dismod"]
|
requirements: ["a2enmod","a2dismod"]
|
||||||
notes:
|
notes:
|
||||||
- This does not work on RedHat-based distributions. It does work on Debian- and SuSE-based distributions.
|
- This does not work on RedHat-based distributions. It does work on Debian- and SuSE-based distributions.
|
||||||
|
@ -94,7 +94,7 @@ EXAMPLES = '''
|
||||||
state: absent
|
state: absent
|
||||||
- module: mpm_prefork
|
- module: mpm_prefork
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Enable dump_io module, which is identified as dumpio_module inside apache2
|
- name: Enable dump_io module, which is identified as dumpio_module inside apache2
|
||||||
community.general.apache2_module:
|
community.general.apache2_module:
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue