certbot/tasks/purge.yml
2021-09-19 04:07:06 +05:00

11 lines
185 B
YAML

---
- name: Purge Certbot
apt:
name: certbot
state: absent
purge: true
- name: Delete Certbot configuration
file:
state: absent
path: '{{ certbot__conf_dir }}'