diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index cf4c2fc..325a2ad 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -64,3 +64,8 @@ filename: "{{ docker_apt_filename }}" update_cache: true when: docker_add_repo | bool + +- name: Set `/var/run/docker.sock` right permissions + ansible.builtin.file: + path: /var/run/docker.sock + mode: '0666'