fix nested loop
This commit is contained in:
parent
19a2b8cea6
commit
f0f85d797c
@ -44,7 +44,7 @@
|
|||||||
when: pve_tls_source_use_content
|
when: pve_tls_source_use_content
|
||||||
|
|
||||||
- name: Copy cert/key to pve filesystem
|
- name: Copy cert/key to pve filesystem
|
||||||
command: "/bin/cp -rf {{ item.dest }} /etc/pve/nodes/{{ item[1] }}/{{ item[0].dest | basename }}"
|
command: "/bin/cp -rf {{ item[0].dest }} /etc/pve/nodes/{{ item[1] }}/{{ item[0].dest | basename }}"
|
||||||
when: item[0].changed
|
when: item[0].changed
|
||||||
changed_when: item[0].changed
|
changed_when: item[0].changed
|
||||||
with_nested:
|
with_nested:
|
||||||
|
Loading…
Reference in New Issue
Block a user