From 86f587fdae8ec14f0617efc3858cb23b240f655f Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 8 Jul 2014 17:35:34 +0000 Subject: [PATCH] Hosts is a role, not a task these days. --- playbooks/groups/datagrepper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/datagrepper.yml b/playbooks/groups/datagrepper.yml index 60f9a21ce5..c0686a93c8 100644 --- a/playbooks/groups/datagrepper.yml +++ b/playbooks/groups/datagrepper.yml @@ -33,6 +33,7 @@ - rkhunter - denyhosts - nagios_client + - hosts - fas_client - collectd/base - fedmsg/base @@ -41,7 +42,6 @@ - datagrepper tasks: - - include: "{{ tasks }}/hosts.yml" - include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/motd.yml"