mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-06 16:29:09 -07:00
* Add another shib module identifier to apache2 module (#1379)
* Update changelogs/fragments/1383-apache2-module-amend-shib-workaround.yaml
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 382be570ec
)
Co-authored-by: peter <peter-@users.noreply.github.com>
This commit is contained in:
parent
9bb439632b
commit
bd8df8e94e
2 changed files with 3 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
bugfixes:
|
||||||
|
- apache2_module - amend existing module identifier workaround to also apply to updated Shibboleth modules (https://github.com/ansible-collections/community.general/issues/1379).
|
|
@ -161,6 +161,7 @@ def create_apache_identifier(name):
|
||||||
|
|
||||||
# a2enmod name replacement to apache2ctl -M names
|
# a2enmod name replacement to apache2ctl -M names
|
||||||
text_workarounds = [
|
text_workarounds = [
|
||||||
|
('shib', 'mod_shib'),
|
||||||
('shib2', 'mod_shib'),
|
('shib2', 'mod_shib'),
|
||||||
('evasive', 'evasive20_module'),
|
('evasive', 'evasive20_module'),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue