Fix bodhi playbook to not use denyhosts on rhel7
This commit is contained in:
parent
46434391b4
commit
2725d6600e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
- rkhunter
|
- rkhunter
|
||||||
- denyhosts
|
- { role: denyhosts, when: ansible_distribution_major_version != '7' }
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- hosts
|
- hosts
|
||||||
- fas_client
|
- fas_client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue