10 lines
183 B
YAML
10 lines
183 B
YAML
---
|
|
|
|
- name: Copy template conf
|
|
ansible.builtin.template:
|
|
src: "daemon.json"
|
|
dest: "/etc/docker/daemon.json"
|
|
group: root
|
|
owner: root
|
|
mode: '0600'
|
|
become: true
|