fix nested loop

This commit is contained in:
Robert Kaussow 2018-08-18 17:54:21 +02:00
parent 19a2b8cea6
commit f0f85d797c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
when: pve_tls_source_use_content
- 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
changed_when: item[0].changed
with_nested: