This repository has been archived on 2021-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-server/roles/docker/tasks/config.yml
2020-04-17 13:54:26 +00:00

7 lines
125 B
YAML

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