1
0

Remove caddy system-wide installation

This commit is contained in:
2025-05-06 12:00:32 +03:00
parent 280ea24dea
commit 41fac2c4f9
4 changed files with 5 additions and 96 deletions

View File

@ -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