_ not /
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
451d606087
commit
e22ac77e8c
1 changed files with 2 additions and 2 deletions
|
@ -41,14 +41,14 @@
|
|||
yum: name=nagios-plugins-tcp state=present
|
||||
tags:
|
||||
- packages
|
||||
- nagios/client
|
||||
- nagios_client
|
||||
when: ansible_distribution_major_version|int < 22 and 'mirrorlist-proxies' in group_names
|
||||
|
||||
- name: install nagios tcp check for mirrorlist proxies
|
||||
dnf: name=nagios-plugins-tcp state=present
|
||||
tags:
|
||||
- packages
|
||||
- nagios/client
|
||||
- nagios_client
|
||||
when: ansible_distribution_major_version|int > 21 and 'mirrorlist-proxies' in group_names
|
||||
|
||||
- name: install local nrpe check scripts that are not packaged
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue