certbot/tasks/purge.yml

12 lines
185 B
YAML
Raw Normal View History

2021-09-18 23:02:34 +00:00
---
- name: Purge Certbot
apt:
name: certbot
state: absent
purge: true
- name: Delete Certbot configuration
file:
state: absent
path: '{{ certbot__conf_dir }}'