diff --git a/roles/ansible-role-apache/tasks/configure-RedHat.yml b/roles/ansible-role-apache/tasks/configure-RedHat.yml index 68abf41..eb523ff 100644 --- a/roles/ansible-role-apache/tasks/configure-RedHat.yml +++ b/roles/ansible-role-apache/tasks/configure-RedHat.yml @@ -33,7 +33,6 @@ notify: restart apache when: apache_enable_event_mpm - - name: Activate RemoteIP module template: src: "90-remoteip.conf.j2" @@ -43,4 +42,4 @@ mode: 0644 notify: restart apache with_items: "{{ apache_mods_enabled }}" - when: item == "remoteip" + when: item == "remoteip.load"