From f7fe96ff1e73d4700c15bd4ef6115930d3fd6533 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 24 Apr 2014 03:15:54 +0000 Subject: [PATCH] Also make iscsi client datacenter dependent --- playbooks/groups/virthost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/virthost.yml b/playbooks/groups/virthost.yml index 417f7f299a..dad9f9e88d 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -20,7 +20,7 @@ - nagios_client - fas_client - collectd/base - - iscsi_client + - { role: iscsi_client, when: datacenter == "phx2" } tasks: - include: "{{ tasks }}/hosts.yml"