refactor: migrate to role-based variable management and blockinfile config
This commit is contained in:
@@ -76,6 +76,6 @@
|
||||
- name: Add user to docker group
|
||||
become: true
|
||||
user:
|
||||
name: "{{ user }}"
|
||||
name: "{{ archsetup_user }}"
|
||||
groups: docker
|
||||
append: yes
|
||||
|
||||
Reference in New Issue
Block a user