fix loop control

This commit is contained in:
Robert Kaussow 2018-08-18 17:58:23 +02:00
parent 6335e95022
commit 3443af0b3a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
- "{{ __pve_copy_cert.results }}"
- "{{ pve_nodes }}"
loop_control:
label: "/etc/pve/nodes/{{ item[0].dest | basename }}"
label: "/etc/pve/nodes/{{ item[1] }}/{{ item[0].dest | basename }}"
notify: __pveproxy_restart
become: True
become_user: root