Move bodhi2 role before fedmsg as it needs a bodhi user.
This commit is contained in:
parent
1b52669bfc
commit
3d2a9274b9
1 changed files with 1 additions and 1 deletions
|
@ -38,8 +38,8 @@
|
|||
- { role: openvpn/client,
|
||||
when: env != "staging" }
|
||||
- apache
|
||||
- { role: fedmsg/base, when: "inventory_hostname.startswith('bodhi0')" }
|
||||
- { role: bodhi2/base, when: "inventory_hostname.startswith('bodhi0')" }
|
||||
- { role: fedmsg/base, when: "inventory_hostname.startswith('bodhi0')" }
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/yumrepos.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue