Skip to content
Snippets Groups Projects
Commit b45261b7 authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

remove duplicate task

parent 10ade2cb
No related branches found
No related tags found
No related merge requests found
......@@ -7,15 +7,6 @@
command: /etc/network/if-up.d/create_cbr
when: kube_network_plugin is defined and kube_network_plugin == "calico"
- name: Configure docker to use cbr0 bridge
lineinfile:
dest=/etc/default/docker
regexp='.*DOCKER_OPTS=.*'
line='DOCKER_OPTS="--bridge=cbr0 --iptables=false --ip-masq=false"'
notify:
- restart docker
when: kube_network_plugin is defined and kube_network_plugin == "calico"
- name: enable docker
service:
name: docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment