Put apache as a pre_task so the user is there for fedmsg/base.

This commit is contained in:
Ralph Bean 2014-11-12 19:08:20 +00:00
parent a65c6190d3
commit 4a56bc9dd7
1 changed files with 3 additions and 1 deletions

View File

@ -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: