ignore errors if modules are not loaded
This commit is contained in:
parent
8c86f890b7
commit
58804fc86b
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
community.general.apache2_module:
|
||||
state: absent
|
||||
name: "{{ item }}"
|
||||
ignore_errors: true
|
||||
loop:
|
||||
- mpm_worker
|
||||
- mpm_event
|
||||
|
|
Loading…
Reference in a new issue