From bc8e27f9a6734f6a7bd864e7a41451e9c71af72c Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Sat, 1 Jun 2024 23:32:04 +0200 Subject: [PATCH] acme: Remove remove_conflicting tasks --- roles/acme/tasks/remove_conflicting.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/roles/acme/tasks/remove_conflicting.yaml b/roles/acme/tasks/remove_conflicting.yaml index c04b4e7..c55b045 100644 --- a/roles/acme/tasks/remove_conflicting.yaml +++ b/roles/acme/tasks/remove_conflicting.yaml @@ -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 ]