Update docker-options.conf.j2

Changed /etc/systemd/system/docker.service.d/docker-options.conf file for successful parsing mount aguments
try fix ci error previous commit
This commit is contained in:
Dmitrii Shuvar 2018-05-29 12:40:33 +03:00 committed by GitHub
parent d973ecf5cc
commit 16f860bbc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
[Service]
Environment="DOCKER_OPTS={{ docker_options | default('') }} --iptables=false"
Environment="DOCKER_OPTS={{ docker_options|default('') }} --iptables=false"
{% if docker_mount_flags is defined and docker_mount_flags != "" %}
MountFlags={{ docker_mount_flags }}
{% endif %}