mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-10 12:40:31 -07:00
Update apache2_module.py
This commit is contained in:
parent
8bb08854bf
commit
a5e0ad537d
1 changed files with 1 additions and 1 deletions
|
@ -194,8 +194,8 @@ def create_apache_identifier(name):
|
|||
|
||||
# re expressions to extract subparts of names
|
||||
re_workarounds = [
|
||||
('php', re.compile(r'^(php\d)\.')),
|
||||
('php8', 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