1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remoe whitespace

This commit is contained in:
Warkdev 2023-01-07 15:30:52 +01:00
parent cdee15acc8
commit feb6fc5bec

View file

@ -52,8 +52,8 @@ options:
warn_mpm_absent:
description:
- Control the behavior of the warning process for MPM modules.
type: bool
default: true
type: bool
default: true
requirements: ["a2enmod","a2dismod"]
notes:
- This does not work on RedHat-based distributions. It does work on Debian- and SuSE-based distributions.
@ -94,7 +94,7 @@ EXAMPLES = '''
state: absent
- module: mpm_prefork
state: present
- name: Enable dump_io module, which is identified as dumpio_module inside apache2
community.general.apache2_module:
state: present