copr-be: disable non-working copr nagios check

This commit is contained in:
Pavel Raiskup 2021-07-15 16:19:05 +02:00
parent e565224524
commit c4770da029

View file

@ -1,5 +1,8 @@
- name: install nrpe checks
template: src=copr_backend_nrpe.cfg dest=/etc/nrpe.d/copr_backend_nrpe.cfg
# template: src=copr_backend_nrpe.cfg dest=/etc/nrpe.d/copr_backend_nrpe.cfg
file:
path: /etc/nrpe.d/copr_backend_nrpe.cfg
state: absent
notify:
- restart nrpe
tags: