Fix loop_control label
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
f103dd9e0d
commit
e05877f47f
@ -93,7 +93,7 @@
|
||||
path: ~/.ssh/known_hosts
|
||||
loop: "{{ publickeys.results }}"
|
||||
loop_control:
|
||||
label: "{{ item.item.name, 'ip': item.item.ip } }}"
|
||||
label: "{{ 'name': item.item.name, 'ip': item.item.ip } }}"
|
||||
|
||||
- name: Provision Kubernetes
|
||||
hosts: k3s_ha
|
||||
|
Loading…
Reference in New Issue
Block a user