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:
parent
bb9570fc6c
commit
cb72632974
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue