rhel9 / drop nagios_client for now until it is in epel
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
32cf12de74
commit
744b500f2f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
- { role: rkhunter, when: ansible_distribution_version|int < 9.0 }
|
- { role: rkhunter, when: ansible_distribution_version|int < 9.0 }
|
||||||
- nagios_client
|
- { role: nagios_client, when: ansible_distribution_version|int < 9.0 }
|
||||||
- hosts
|
- hosts
|
||||||
- { role: openvpn/client, when: vpn|bool }
|
- { role: openvpn/client, when: vpn|bool }
|
||||||
- ipa/client
|
- ipa/client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue