From eeaccf6c21be1db7a3cfe15a53590f4ee5440212 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 14 Aug 2018 21:37:18 +0200 Subject: [PATCH] fix missing quotes --- tasks/tls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/tls.yml b/tasks/tls.yml index 8b9d291..23c0ba7 100644 --- a/tasks/tls.yml +++ b/tasks/tls.yml @@ -51,7 +51,7 @@ path: "{{ __unifi_pkcs12_path }}" friendly_name: ubnt privatekey_path: "{{ unifi_tls_key_file }}" - cert_path: {{ unifi_tls_cert_file }} + cert_path: "{{ unifi_tls_cert_file }}" passphrase: "{{ unifi_tls_pkcs12_passphrase }}" state: present