certbot/tasks/remove.yml

7 lines
90 B
YAML
Raw Normal View History

2021-09-18 23:02:34 +00:00
---
- name: Uninstall Certbot
apt:
name: certbot
state: absent
purge: false