Only install this on rhel7 boxen.
This commit is contained in:
parent
2a0d9f6646
commit
1fdb343941
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
- name: install our custom selinux module
|
- name: install our custom selinux module
|
||||||
command: semodule -i /usr/share/nrpe/fi-nrpe.pp
|
command: semodule -i /usr/share/nrpe/fi-nrpe.pp
|
||||||
when: selinux_module|changed
|
when: ansible_distribution_major_version == '7' and selinux_module|changed
|
||||||
|
|
||||||
|
|
||||||
# Set up our base config.
|
# Set up our base config.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue