From b7ffa16b18b7811126046c5cddb398354069c4fd Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 18 Aug 2018 16:41:34 +0200 Subject: [PATCH] fix variable --- tasks/tls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/tls.yml b/tasks/tls.yml index 6fc0a3d..f162376 100644 --- a/tasks/tls.yml +++ b/tasks/tls.yml @@ -36,7 +36,7 @@ when: pve_tls_source_use_content - debug: - msg: __pve_copy_cert + msg: "{{ __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 }}"