Add user to docker group
Enables access to /run/docker.sock
This commit is contained in:
parent
dd8f45246f
commit
90cd2786cf
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
|||
password_lock: true
|
||||
system: true
|
||||
group: "{{ diun_user }}"
|
||||
groups: docker
|
||||
append: true
|
||||
|
||||
- name: "Get download URL"
|
||||
ansible.builtin.shell:
|
||||
|
|
Loading…
Reference in a new issue