templates/docker-daemon.json.j2: remove headers

They can cause troubles with JSON format.

Closes #3
This commit is contained in:
Emilien Macchi 2018-04-13 17:38:55 -07:00
parent 161e6adbc1
commit 9affee587b
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
# /etc/docker/daemon.json is managed by Ansible
# DO NOT EDIT THIS FILE
{
{% if registry_mirror != "" %}
"registry-mirrors": "{{ registry_mirror }}",