From 9d2922ecbc43dec2f0ef28fc55b72a83565162bc Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mon, 1 Jun 2020 12:13:51 -0400 Subject: [PATCH] attempt fix syntax error in iscsi initiator line so it matches group correctly --- 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 8a4a5cc7c1..767b9523fd 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -26,7 +26,7 @@ - fas_client - collectd/base - { role: iscsi_client, when: "inventory_hostname.startswith(('bvirthost', 'buildvmhost-0'))" } - - { role: iscsi_client, when: "inventory_hostname.startswith(('bvmhost-x86-06', 'bvmhost-x86-07'))" and datacenter == 'iad2' } + - { role: iscsi_client, when: "inventory_hostname.startswith(('bvmhost-x86-06', 'bvmhost-x86-07')) and datacenter == 'iad2'" } - sudo - { role: openvpn/client, when: vpn|bool } - virthost