diff --git a/playbooks/groups/notifs-web.yml b/playbooks/groups/notifs-web.yml index 3143348985..b181ff5f40 100644 --- a/playbooks/groups/notifs-web.yml +++ b/playbooks/groups/notifs-web.yml @@ -45,11 +45,13 @@ - { role: openvpn/client, when: env != "staging" } + pre_tasks: + - include: "{{ tasks }}/apache.yml" + tasks: - include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/motd.yml" - - include: "{{ tasks }}/apache.yml" - include: "{{ tasks }}/mod_wsgi.yml" handlers: