fix pkcs12_path

This commit is contained in:
Robert Kaussow 2018-07-13 00:44:09 +02:00
parent 045074a2a9
commit f514143b9b

View File

@ -32,7 +32,7 @@
- name: Create java keystore at '{{ __unifi_keystore_path }}' - name: Create java keystore at '{{ __unifi_keystore_path }}'
java_cert: java_cert:
pkcs12_path: "/tmp/importkeystore.p12" pkcs12_path: "{{ __unifi_pkcs12_path }}"
cert_alias: ubnt cert_alias: ubnt
keystore_path: "{{ __unifi_keystore_path }}" keystore_path: "{{ __unifi_keystore_path }}"
keystore_pass: aircontrolenterprise keystore_pass: aircontrolenterprise