From 2c8b450d77a7adbbd89c55bbdb15203031472c66 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 12 Jul 2018 23:32:56 +0200 Subject: [PATCH] force pkcs12 creation --- tasks/certificates.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/certificates.yml b/tasks/certificates.yml index 541391d..042aa03 100644 --- a/tasks/certificates.yml +++ b/tasks/certificates.yml @@ -8,6 +8,8 @@ cert_path: "{{ unifi_tls_cert_path }}" passphrase: "{{ unifi_tls_pkcs12_passphrase }}" state: present + force: True delegate_to: localhost + changed_when: False become: True become_user: "{{ unifi_tls_lookup_user }}"