mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2025-04-07 01:18:25 +02: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 is in groups['k8s_control_plane']
|
||||||
- inventory_hostname != groups['k8s_control_plane'][0]
|
- inventory_hostname != groups['k8s_control_plane'][0]
|
||||||
- inventory_hostname == item
|
- inventory_hostname == item
|
||||||
loop: groups['k8s_control_plane']
|
loop: "{{ groups['k8s_control_plane'] }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user