mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-21 21:41:44 -07:00
apache2_module: updated cgi action conditions (#10423)
* apache2_module: updated cgi action conditions Only the activation of the cgi module in threaded mode should be a restriction due to apache2 limitations, not the deactivation. Especially when the cgi module isn't enabled yet at all. Fixes #9140 * bug(fix): apache2_module fails to disable cgi module * Update changelog fragment. --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
13bd4b5d82
commit
735a066d92
2 changed files with 4 additions and 2 deletions
2
changelogs/fragments/10423-apache_module-condition.yml
Normal file
2
changelogs/fragments/10423-apache_module-condition.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- apache2_module - check the ``cgi`` module restrictions only during activation (https://github.com/ansible-collections/community.general/pull/10423).
|
Loading…
Add table
Add a link
Reference in a new issue