refactor assertion for suse

pull/5793/head
Warkdev 2023-01-08 14:42:45 +01:00
parent c01bc17936
commit 61b86e7493
1 changed files with 1 additions and 4 deletions

View File

@ -16,10 +16,7 @@
- assert:
that:
- "'warnings' in disable_mpm_modules"
- disable_mpm_modules["warnings"] == [
"No MPM module loaded! apache2 reload AND other module actions will fail if no MPM module is loaded immediately.",
"No MPM module loaded! apache2 reload AND other module actions will fail if no MPM module is loaded immediately."
]
- "'No MPM module loaded! apache2 reload AND other module actions will fail if no MPM module is loaded immediately.' in disable_mpm_modules['warnings']"
- name: Enable MPM event module - Revert previous change
apache2_module: