From ab94c17f060b65571646fe785af9f5853888d126 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 1 Jul 2019 20:26:52 +0000 Subject: [PATCH] virthost: Only run the iscsi-client role on phx2 buildvmhosts, not s390x one(s) Signed-off-by: Kevin Fenzi --- 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 a9d8bdc007..22c9248e66 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -25,7 +25,7 @@ - hosts - fas_client - collectd/base - - { role: iscsi_client, when: "inventory_hostname.startswith(('bvirthost', 'buildvmhost'))" } + - { role: iscsi_client, when: "inventory_hostname.startswith(('bvirthost', 'buildvmhost-0'))" } - sudo - { role: openvpn/client, when: vpn|bool } - virthost