mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
virthost: try and check nbde this way
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user