Migration: application directory as parameter

This commit is contained in:
2026-05-22 20:45:52 +03:00
parent fe024b3b12
commit 1ce168655d
6 changed files with 129 additions and 7 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
vars_files:
- vars/secrets.yml
- vars/vars.yml
vars:
user_name: "<put-name-here>"
@@ -27,7 +28,7 @@
- name: "Remove application dir"
ansible.builtin.file:
path: "/mnt/applications/{{ user_name }}"
path: "{{ (application_dir, user_name) | path_join }}"
state: absent
- name: "Remove home dir"