summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--playbooks/groups/virthost.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/groups/virthost.yml b/playbooks/groups/virthost.yml
index e3d673fbb..e53d54046 100644
--- a/playbooks/groups/virthost.yml
+++ b/playbooks/groups/virthost.yml
@@ -22,7 +22,7 @@
- hosts
- fas_client
- collectd/base
- - { role: iscsi_client, when: datacenter == "phx2" }
+ - { role: iscsi_client, when: inventory_hostname.startswith(('bvirthost','buildvmhost')) }
- sudo
- { role: openvpn/client, when: datacenter != "phx2" }
- virthost