rkhunter isn't in epel7 yet, need to fix that.

This commit is contained in:
Kevin Fenzi 2014-06-20 23:04:08 +00:00
parent a81c6dee27
commit c1839d9f64

View file

@ -15,7 +15,6 @@
tasks: tasks:
- include: "{{ tasks }}/virt_instance_create.yml" - include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers: handlers:
- include: "{{ handlers }}/restart_services.yml" - include: "{{ handlers }}/restart_services.yml"
@ -33,7 +32,7 @@
roles: roles:
- base - base
- rkhunter - {role: rkhunter, when: ansible_distribution_major_version != 7}
- denyhosts - denyhosts
- nagios_client - nagios_client
- fas_client - fas_client