nagios_client: also tag this making directory task so nagios_client can be run by itself.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-08-15 17:25:19 +00:00 committed by Pierre-Yves Chibon
parent bb9570fc6c
commit cb72632974

View file

@ -63,6 +63,9 @@
# Three tasks for handling our custom selinux module
- name: ensure a directory exists for our custom selinux module
file: dest=/usr/share/nrpe state=directory
tags:
- config
- nagios_client
- name: copy over our custom selinux module
copy: src=selinux/fi-nrpe.pp dest=/usr/share/nrpe/fi-nrpe.pp