This commit is contained in:
Michael McCulloch 2024-02-05 07:00:09 -07:00
parent f407a540e0
commit bd382a4d47

View File

@ -103,4 +103,4 @@
- inventory_hostname is in groups['k8s_control_plane']
- inventory_hostname != groups['k8s_control_plane'][0]
- inventory_hostname == item
loop: groups['k8s_control_plane']
loop: "{{ groups['k8s_control_plane'] }}"