From 593bf7c8fcf423e58c1dd0eebc1f11722d69ccc9 Mon Sep 17 00:00:00 2001 From: simonLeary42 <71396965+simonLeary42@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:50:44 -0400 Subject: [PATCH] update php apache module workaround --- plugins/modules/apache2_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: