mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 10:10:31 -07:00
Update apache2_module.py
This commit is contained in:
parent
287611e7a2
commit
8bb08854bf
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 = [
|
||||
('php7', re.compile(r'^(php7)[\d\.]+')),
|
||||
('php', re.compile(r'^(php\d)\.')),
|
||||
('php8', re.compile(r'^(php)[\d\.]+')),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue