diff --git a/tasks/configure.yml b/tasks/configure.yml index 1cd8905..2f13772 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -13,6 +13,7 @@ community.general.apache2_module: state: absent name: "{{ item }}" + ignore_errors: true loop: - mpm_worker - mpm_event