Add user to docker group

Enables access to /run/docker.sock
This commit is contained in:
phil 2023-03-01 12:43:33 +01:00
parent dd8f45246f
commit 90cd2786cf

View file

@ -13,6 +13,8 @@
password_lock: true password_lock: true
system: true system: true
group: "{{ diun_user }}" group: "{{ diun_user }}"
groups: docker
append: true
- name: "Get download URL" - name: "Get download URL"
ansible.builtin.shell: ansible.builtin.shell: