From fcbc5ddd46b1e6e17c84f852cbed65c9c63fd6ff Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 3 Mar 2014 20:10:49 +0000 Subject: [PATCH] Collectd is now a role. --- playbooks/groups/smtp-mm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/smtp-mm.yml b/playbooks/groups/smtp-mm.yml index c683eea1ae..cc32fd97fa 100644 --- a/playbooks/groups/smtp-mm.yml +++ b/playbooks/groups/smtp-mm.yml @@ -33,6 +33,7 @@ - denyhosts - nagios_client - fas_client + - collectd tasks: - include: "{{ tasks }}/hosts.yml" @@ -42,7 +43,6 @@ - include: "{{ tasks }}/sudo.yml" - include: "{{ tasks }}/iptables.yml" - include: "{{ tasks }}/openvpn_client.yml" - - include: "{{ tasks }}/collectd/client.yml" handlers: - include: "{{ handlers }}/restart_services.yml"