force pkcs12 creation

This commit is contained in:
Robert Kaussow 2018-07-12 23:32:56 +02:00
parent fade297aaf
commit 2c8b450d77
1 changed files with 2 additions and 0 deletions

View File

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