forked from bitlair/ansible
acme: Remove remove_conflicting tasks
This commit is contained in:
parent
e3b3ee0eec
commit
bc8e27f9a6
1 changed files with 0 additions and 14 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue