From 623aac2565430d40133ec30a78a02ed7e4530829 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 13 Jul 2018 00:10:56 +0200 Subject: [PATCH] add missing module name --- tasks/certificates.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/certificates.yml b/tasks/certificates.yml index c4e1557..1a63ba5 100644 --- a/tasks/certificates.yml +++ b/tasks/certificates.yml @@ -31,7 +31,8 @@ state: absent - name: Create java keystore at '{{ __unifi_keystore_path }}' - pkcs12_path: "/tmp/importkeystore.p12" + java_cert: + pkcs12_path: "/tmp/importkeystore.p12" cert_alias: ubnt keystore_path: "{{ __unifi_keystore_path }}" keystore_pass: aircontrolenterprise