Run copr/backend role first, so we have all users and groups

This commit is contained in:
Jakub Kadlcik 2019-07-18 10:19:24 +02:00
parent ecb2785d3d
commit 0b7edd9ae6

View file

@ -43,8 +43,8 @@
# Roles are run first, before tasks, regardless of where you place them here. # Roles are run first, before tasks, regardless of where you place them here.
roles: roles:
- base - base
- fedmsg/base
- copr/backend - copr/backend
- fedmsg/base
- nagios_client - nagios_client
- { role: messaging/base, - { role: messaging/base,
when: devel } when: devel }