Browse Source

Use proper style (spacing) for docker_storage_options

pull/706/head
Alexander Block 8 years ago
parent
commit
8a5ba6b20c
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/docker/templates/docker.service.j2

2
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

Loading…
Cancel
Save