From 4a56bc9dd72e63f176670a1ae031c3697f670b7b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 12 Nov 2014 19:08:20 +0000 Subject: [PATCH] Put apache as a pre_task so the user is there for fedmsg/base. --- playbooks/groups/notifs-web.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: