Fix path to docker-daemon.json

This commit is contained in:
Sanat Sathaye 2023-09-13 17:02:43 +05:30
parent 8503e65bc2
commit 6aaf939064

View file

@ -99,7 +99,7 @@
- name: Copy docker config
ansible.builtin.copy:
src: ../files/docker-daemon.json # noqa: no-relative-paths
src: files/docker-daemon.json
dest: /etc/docker/daemon.json
mode: "0644"