test result dict

This commit is contained in:
Robert Kaussow 2018-08-18 16:54:30 +02:00
parent 0d5a4cdc0d
commit 6f63ab5e74
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@
when: pve_tls_source_use_content
- debug:
msg: "{{ __pve_copy_cert }}"
msg: "{{ item.dest }}"
with_items: "{{ __pve_copy_cert }}"
# - name: Copy cert/key to pve filesystem
# command: "/bin/cp -rf {{ item.0.path }}/{{ item.0.name }} /etc/pve/nodes/{{ item.1 }}/{{ item.0.name }}"