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