We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce93cb commit b9d26b6Copy full SHA for b9d26b6
roles/docker-flannel/tasks/main.yml
@@ -26,7 +26,7 @@
26
command: brctl delbr docker0
27
28
- name: Update docker with flannel configuration.
29
- lineinfile: dest=/etc/default/docker regexp='^DOCKER_OPTS' line='DOCKER_OPTS="-H tcp://127.0.0.1:4243 -H unix:///var/run/docker.sock --bip={{ flannel_subnet }} --mtu={{ flannel_mtu }}"'
+ lineinfile: dest=/etc/default/docker regexp='^DOCKER_OPTS' line='DOCKER_OPTS="-H tcp://127.0.0.1:4243 -H unix:///var/run/docker.sock --bip={{ flannel_subnet }} --mtu={{ flannel_mtu }} {{ docker_opts }}"'
30
31
- name: Start the docker service.
32
command: start docker
0 commit comments