refactor: migrate to role-based variable management and blockinfile config

This commit is contained in:
Tuan-Dat Tran
2026-03-22 23:46:42 +01:00
parent 222062c1a4
commit 4a1da18801
13 changed files with 146 additions and 93 deletions

View File

@@ -76,6 +76,6 @@
- name: Add user to docker group
become: true
user:
name: "{{ user }}"
name: "{{ archsetup_user }}"
groups: docker
append: yes