---
- name: add docker configuration
  copy:
    dest: /etc/docker/daemon.json
    src: daemon.json
  notify: restart-docker