1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update tests/integration/targets/apache2_module/tasks/635-apache2-misleading-warning.yml

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Cédric Servais 2023-01-07 15:53:40 +01:00 committed by Warkdev
parent 2b4622288b
commit 34b73c6afc

View file

@ -26,7 +26,7 @@
name: "{{ item.module}}" name: "{{ item.module}}"
state: "{{ item.state}}" state: "{{ item.state}}"
ignore_configcheck: true ignore_configcheck: true
warn_mpm_absent: False warn_mpm_absent: false
register: disable_mpm_modules register: disable_mpm_modules
with_items: with_items:
- { module: mpm_event, state: absent } - { module: mpm_event, state: absent }