From 05a0c25c438597d4b84115634490ffecb92e0437 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 18 May 2022 13:51:41 -0700 Subject: [PATCH] virthost: just try iad2 only 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 3bf8b0bcb6..e281d2ef77 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -45,7 +45,7 @@ - { role: iscsi_client, when: "inventory_hostname.startswith(('bvmhost-x86-06', 'bvmhost-x86-07')) and datacenter == 'iad2'" } - sudo - virthost - - { role: linux-system-roles.nbde_client, tags: ['nbde_client'], when: datacenter == 'iad2' and nbde|bool } + - { role: linux-system-roles.nbde_client, tags: ['nbde_client'], when: datacenter == 'iad2' } - { role: serial-console, when: datacenter == 'iad2' and not inventory_hostname.startswith('buildvmhost-s390x') } tasks: