From 7b91fa6347286481f0cac472fb1e4a9c918249d9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 13 Jul 2018 00:05:54 +0200 Subject: [PATCH] add missing passphrase --- tasks/certificates.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/certificates.yml b/tasks/certificates.yml index ed06f30..c4e1557 100644 --- a/tasks/certificates.yml +++ b/tasks/certificates.yml @@ -35,6 +35,7 @@ cert_alias: ubnt keystore_path: "{{ __unifi_keystore_path }}" keystore_pass: aircontrolenterprise + pkcs12_password: "{{ unifi_tls_pkcs12_passphrase }}" keystore_create: yes state: present notify: __unifi_restart