remove the local crs

master
histausse 3 years ago
parent abf7f30365
commit f9a9c48942
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -57,3 +57,11 @@
state: absent
delegate_to: localhost
when: not key_file.stat.exists
- name: Remove the CSR
become: false
file:
path: "/tmp/ansible_hacky_pki_{{ cname }}.csr"
state: absent
delegate_to: localhost
when: not key_file.stat.exists

Loading…
Cancel
Save