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

False to false

This commit is contained in:
Warkdev 2023-01-08 14:26:33 +01:00
parent c00642d46c
commit c01bc17936

View file

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