Put apache as a pre_task so the user is there for fedmsg/base.
This commit is contained in:
parent
a65c6190d3
commit
4a56bc9dd7
1 changed files with 3 additions and 1 deletions
|
@ -45,11 +45,13 @@
|
||||||
- { role: openvpn/client,
|
- { role: openvpn/client,
|
||||||
when: env != "staging" }
|
when: env != "staging" }
|
||||||
|
|
||||||
|
pre_tasks:
|
||||||
|
- include: "{{ tasks }}/apache.yml"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/yumrepos.yml"
|
- include: "{{ tasks }}/yumrepos.yml"
|
||||||
- include: "{{ tasks }}/2fa_client.yml"
|
- include: "{{ tasks }}/2fa_client.yml"
|
||||||
- include: "{{ tasks }}/motd.yml"
|
- include: "{{ tasks }}/motd.yml"
|
||||||
- include: "{{ tasks }}/apache.yml"
|
|
||||||
- include: "{{ tasks }}/mod_wsgi.yml"
|
- include: "{{ tasks }}/mod_wsgi.yml"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue