fix missing quotes

This commit is contained in:
Robert Kaussow 2018-08-14 21:37:18 +02:00
parent 5fbd7dfc4e
commit eeaccf6c21
1 changed files with 1 additions and 1 deletions

View File

@ -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