attempt fix syntax error in iscsi initiator line so it matches group correctly
This commit is contained in:
parent
99bd267ed8
commit
9d2922ecbc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue