virthost: try and check nbde this way

This commit is contained in:
Kevin Fenzi 2022-05-17 19:06:13 -07:00
parent 467e533b0b
commit f1b9866388

View file

@ -46,7 +46,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, when: datacenter == 'iad2' and nbde == 'true' }
- { role: linux-system-roles.nbde_client, when: datacenter == 'iad2' and nbde is true }
- { role: serial-console, when: datacenter == 'iad2' and not inventory_hostname.startswith('buildvmhost-s390x') }
tasks: