7 lines
125 B
YAML
7 lines
125 B
YAML
---
|
|
- name: add docker configuration
|
|
copy:
|
|
dest: /etc/docker/daemon.json
|
|
src: daemon.json
|
|
notify: restart-docker
|