attempt fix syntax error in iscsi initiator line so it matches group correctly

This commit is contained in:
Stephen Smoogen 2020-06-01 12:13:51 -04:00
parent 99bd267ed8
commit 9d2922ecbc

View file

@ -26,7 +26,7 @@
- fas_client - fas_client
- collectd/base - collectd/base
- { role: iscsi_client, when: "inventory_hostname.startswith(('bvirthost', 'buildvmhost-0'))" } - { 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 - sudo
- { role: openvpn/client, when: vpn|bool } - { role: openvpn/client, when: vpn|bool }
- virthost - virthost