From c1839d9f6420b44321a29dc39f7c6c7a57a29a73 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 20 Jun 2014 23:04:08 +0000 Subject: [PATCH] rkhunter isn't in epel7 yet, need to fix that. --- playbooks/groups/bugzilla2fedmsg.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/groups/bugzilla2fedmsg.yml b/playbooks/groups/bugzilla2fedmsg.yml index 311c6a2ebc..f602caa7fd 100644 --- a/playbooks/groups/bugzilla2fedmsg.yml +++ b/playbooks/groups/bugzilla2fedmsg.yml @@ -15,7 +15,6 @@ tasks: - include: "{{ tasks }}/virt_instance_create.yml" - - include: "{{ tasks }}/accelerate_prep.yml" handlers: - include: "{{ handlers }}/restart_services.yml" @@ -33,7 +32,7 @@ roles: - base - - rkhunter + - {role: rkhunter, when: ansible_distribution_major_version != 7} - denyhosts - nagios_client - fas_client