Browse Source

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
pull/2825/head
Dmitrii Shuvar 6 years ago
committed by GitHub
parent
commit
16f860bbc2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/docker/templates/docker-options.conf.j2

2
roles/docker/templates/docker-options.conf.j2

@ -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 %}
Loading…
Cancel
Save