forked from bitlair/ansible
Sync from polyfloyd infra
This commit is contained in:
parent
6c17cd62eb
commit
591cfd73af
4 changed files with 11 additions and 8 deletions
|
@ -22,7 +22,7 @@
|
|||
- name: Remove variable directories
|
||||
file:
|
||||
state: absent
|
||||
path: /usr/local/bin/acmetool
|
||||
path: "{{ item }}"
|
||||
with_items:
|
||||
- /etc/letsencrypt
|
||||
- /var/letsencrypt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue