From f514143b9b58f82c7f308edb85d40dd77bd58147 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 13 Jul 2018 00:44:09 +0200 Subject: [PATCH] fix pkcs12_path --- tasks/certificates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/certificates.yml b/tasks/certificates.yml index ee00b5a..d96371a 100644 --- a/tasks/certificates.yml +++ b/tasks/certificates.yml @@ -32,7 +32,7 @@ - name: Create java keystore at '{{ __unifi_keystore_path }}' java_cert: - pkcs12_path: "/tmp/importkeystore.p12" + pkcs12_path: "{{ __unifi_pkcs12_path }}" cert_alias: ubnt keystore_path: "{{ __unifi_keystore_path }}" keystore_pass: aircontrolenterprise