ansible-roles/docker-host/templates
Patrick Marchand 0413f93852
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
Fix problems with docker-host daemon.json config
Docker is very strict with it's json format and doesnt
seem to allow any surprise new lines or extra commas
after the last option before the closing }.

Since this is a dynamically constructed file, we dont know
what the last option will be. By putting the commas at the
start of the line and removing all newspace, we remove
the problem, at the expense of a less readable jinja
template.
2023-01-10 15:16:30 -05:00
..
daemon.json.j2 Fix problems with docker-host daemon.json config 2023-01-10 15:16:30 -05:00
openssl.cnf.j2 Import docker-host 2017-03-30 15:13:45 +02:00
shellpki.sh.j2 Import docker-host 2017-03-30 15:13:45 +02:00