4 lines
120 B
YAML
4 lines
120 B
YAML
|
|
- name: "docker: copy daemon.json to target"
|
||
|
|
copy:
|
||
|
|
src: '{{ role_path }}/files/daemon.json'
|
||
|
|
dest: /etc/docker/
|