From 8a5ba6b20c847a250831d032df8e22b94057b892 Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Fri, 9 Dec 2016 13:56:51 +0100 Subject: [PATCH] Use proper style (spacing) for docker_storage_options --- roles/docker/templates/docker.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/docker/templates/docker.service.j2 b/roles/docker/templates/docker.service.j2 index 584557cee..39e460e96 100644 --- a/roles/docker/templates/docker.service.j2 +++ b/roles/docker/templates/docker.service.j2 @@ -12,7 +12,7 @@ Wants=docker.socket [Service] Type=notify {% if docker_storage_options is defined %} -Environment="DOCKER_STORAGE_OPTIONS={{docker_storage_options}}" +Environment="DOCKER_STORAGE_OPTIONS={{ docker_storage_options }}" {% endif %} Environment=GOTRACEBACK=crash ExecReload=/bin/kill -s HUP $MAINPID