---
# handlers file for docker
- name: change group for docker socket
file:
path: "{{ docker_socket }}"
group: docker
mode: "0640"