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:
Jakub Kadlcik 2022-11-19 14:47:51 +01:00
parent abba548b29
commit d596f825c4

View file

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