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 }}"