ignore errors if modules are not loaded

This commit is contained in:
Antonio J. Delgado 2023-02-08 21:20:05 +02:00
parent 8c86f890b7
commit 58804fc86b

View file

@ -13,6 +13,7 @@
community.general.apache2_module: community.general.apache2_module:
state: absent state: absent
name: "{{ item }}" name: "{{ item }}"
ignore_errors: true
loop: loop:
- mpm_worker - mpm_worker
- mpm_event - mpm_event