Remove caddy system-wide installation
This commit is contained in:
@ -25,3 +25,8 @@
|
||||
ansible.builtin.file:
|
||||
path: "/var/www/{{ user_name }}"
|
||||
state: absent
|
||||
|
||||
- name: "Remove home dir"
|
||||
ansible.builtin.file:
|
||||
path: "/home/{{ user_name }}"
|
||||
state: absent
|
||||
|
Reference in New Issue
Block a user