diff --git a/playbooks/groups/virthost.yml b/playbooks/groups/virthost.yml index 929a37a288..86824a1818 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -38,7 +38,7 @@ - { role: iscsi_client, when: "inventory_hostname.startswith(('bvmhost-x86-06', 'bvmhost-x86-07')) and datacenter == 'iad2'" } - sudo - virthost - - { role: clevis, when: datacenter == 'iad2' not inventory_hostname.startswith('bvmhost-x86-04.stg') } + - { role: clevis, when: datacenter == 'iad2' and not inventory_hostname.startswith('bvmhost-x86-04.stg') } - { role: linux-system-roles.nbde_client, when: inventory_hostname.startswith('bvmhost-x86-04.stg') } - { role: serial-console, when: datacenter == 'iad2' and not inventory_hostname.startswith('buildvmhost-s390x') }