Move bodhi2 role before fedmsg as it needs a bodhi user.

This commit is contained in:
Kevin Fenzi 2015-07-21 19:52:18 +00:00
parent 1b52669bfc
commit 3d2a9274b9

View file

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