diff --git a/roles/docker/templates/docker-options.conf.j2 b/roles/docker/templates/docker-options.conf.j2 index e343a994e90fff46903c1936363327b6816c8d53..576fc1abdf1b067896b281e5b93fb7ef0bed3770 100644 --- a/roles/docker/templates/docker-options.conf.j2 +++ b/roles/docker/templates/docker-options.conf.j2 @@ -1,6 +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 %}