Fix bodhi playbook to not use denyhosts on rhel7

This commit is contained in:
Kevin Fenzi 2014-12-11 19:37:51 +00:00
parent 46434391b4
commit 2725d6600e

View file

@ -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