mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2025-03-24 00:21:06 +01:00
loops
This commit is contained in:
parent
f407a540e0
commit
bd382a4d47
@ -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'] }}"
|
||||
|
Loading…
Reference in New Issue
Block a user