From 1be00c3d78794f8c078d6cf9b2abf5b351056be8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 14 Oct 2014 19:23:07 +0200 Subject: [PATCH] No denyhosts on el7 elections --- playbooks/groups/elections.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/elections.yml b/playbooks/groups/elections.yml index b13aa7ba1c..22f7402c45 100644 --- a/playbooks/groups/elections.yml +++ b/playbooks/groups/elections.yml @@ -29,7 +29,7 @@ roles: - base - rkhunter - - denyhosts + - { role: denyhosts, when: ansible_distribution_major_version != '7' } - nagios_client - hosts - fas_client