copr: apply nagios_client role before any copr roles
Otherwise we fail in our Copr specific configuration TASK [copr/base : install nrpe checks] fatal: [copr-fe-dev.aws.fedoraproject.org]: FAILED! => {"changed": false, "checksum": "0795e7c4f6bbb7974ea9bf74a81ba7cde5177fdd", "msg": "Destination directory /etc/nrpe.d does not exist"}
This commit is contained in:
parent
abba548b29
commit
d596f825c4
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,6 @@
|
|||
roles:
|
||||
- base
|
||||
- { role: sudo, sudoers: "{{ private }}/files/sudo/copr-sudoers", when: devel|bool }
|
||||
- nagios_client
|
||||
- copr/copr-devel-server
|
||||
- copr/frontend
|
||||
- nagios_client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue