mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-02 01:08:54 -03:30
Use proper style (spacing) for docker_storage_options
This commit is contained in:
@@ -12,7 +12,7 @@ Wants=docker.socket
|
|||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
{% if docker_storage_options is defined %}
|
{% if docker_storage_options is defined %}
|
||||||
Environment="DOCKER_STORAGE_OPTIONS={{docker_storage_options}}"
|
Environment="DOCKER_STORAGE_OPTIONS={{ docker_storage_options }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Environment=GOTRACEBACK=crash
|
Environment=GOTRACEBACK=crash
|
||||||
ExecReload=/bin/kill -s HUP $MAINPID
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
|
|||||||
Reference in New Issue
Block a user