Improve docs
Some checks failed
Linting / YAML Lint (push) Successful in 9s
Linting / Ansible Lint (push) Failing after 29s

This commit is contained in:
2026-01-18 10:02:44 +03:00
parent 926f4ea135
commit 8728eb0203
3 changed files with 24 additions and 8 deletions

View File

@@ -25,6 +25,11 @@
path: "/var/www/{{ user_name }}"
state: absent
- name: "Remove application dir"
ansible.builtin.file:
path: "/mnt/applications/{{ user_name }}"
state: absent
- name: "Remove home dir"
ansible.builtin.file:
path: "/home/{{ user_name }}"