From 9affee587b249cdbb46cde4de8658165c2275ebd Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 13 Apr 2018 17:38:55 -0700 Subject: [PATCH] templates/docker-daemon.json.j2: remove headers They can cause troubles with JSON format. Closes #3 --- templates/docker-daemon.json.j2 | 3 --- 1 file changed, 3 deletions(-) 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 }}",