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
f633f5918f
commit
5cf958765e
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ options:
|
||||||
- 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
|
||||||
|
version_added: 6.3.0
|
||||||
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.
|
||||||
|
|
Loading…
Reference in a new issue