diff --git a/plugins/modules/apache2_module.py b/plugins/modules/apache2_module.py index cacb870ee0..3a5d528c7f 100644 --- a/plugins/modules/apache2_module.py +++ b/plugins/modules/apache2_module.py @@ -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: