fix missing quotes
This commit is contained in:
parent
5fbd7dfc4e
commit
eeaccf6c21
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user