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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue