refactor: yml -> yaml
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
11
roles/docker_host/tasks/70_export.yaml
Normal file
11
roles/docker_host/tasks/70_export.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Copy exporter config to host
|
||||
ansible.builtin.copy:
|
||||
src: files/daemon.json
|
||||
dest: /etc/docker/daemon.json
|
||||
owner: "{{ root }}"
|
||||
group: "{{ root }}"
|
||||
mode: "0644"
|
||||
notify:
|
||||
- Restart docker
|
||||
become: true
|
||||
Reference in New Issue
Block a user