acme: Remove remove_conflicting tasks

This commit is contained in:
polyfloyd 2024-06-01 23:32:04 +02:00
parent e3b3ee0eec
commit bc8e27f9a6

View file

@ -1,18 +1,4 @@
---
- name: Remove acmetool from apt
apt:
name: acmetool
state: absent
- name: Remove files
file:
state: absent
path: "{{ item }}"
with_items:
- /etc/cron.d/acmetool
- /usr/local/bin/acmetool
- /var/lib/acme
- name: Remove certbot from apt
apt:
name: [ letsencrypt, certbot ]