diff --git a/templates/docker-daemon.json.j2 b/templates/docker-daemon.json.j2 index cf1aafd..9222ec8 100644 --- a/templates/docker-daemon.json.j2 +++ b/templates/docker-daemon.json.j2 @@ -1,6 +1,3 @@ -# /etc/docker/daemon.json is managed by Ansible -# DO NOT EDIT THIS FILE - { {% if registry_mirror != "" %} "registry-mirrors": "{{ registry_mirror }}",