mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 10:10:31 -07:00
update php apache module workaround
This commit is contained in:
parent
70b5e362f9
commit
593bf7c8fc
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ def create_apache_identifier(name):
|
|||
|
||||
# re expressions to extract subparts of names
|
||||
re_workarounds = [
|
||||
('php', re.compile(r'^(php\d)\.')),
|
||||
('php', re.compile(r'^(php)[\d\.]+')),
|
||||
]
|
||||
|
||||
for a2enmod_spelling, module_name in text_workarounds:
|
||||
|
|
Loading…
Add table
Reference in a new issue