Fix loop_control label
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2022-04-22 23:48:02 +02:00
parent f103dd9e0d
commit e05877f47f
1 changed files with 1 additions and 1 deletions

View File

@ -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