Skip to content
Snippets Groups Projects
Commit 6f67367b authored by Josh Lothian's avatar Josh Lothian
Browse files

Leave 'live-restore' false

Leave live-restore false to updates always pick
up new network configuration
parent 9ee0600a
No related branches found
No related tags found
No related merge requests found
...@@ -41,19 +41,6 @@ ...@@ -41,19 +41,6 @@
name: docker name: docker
state: restarted state: restarted
- name: Flannel | configure docker live-restore false (atomic)
replace:
name: /etc/docker/daemon.json
regexp: '"live-restore": false'
replace: '"live-restore": true'
when: is_atomic
- name: Flannel | reload docker (atomic)
service:
name: docker
state: restarted
when: is_atomic
- name: Flannel | pause while Docker restarts - name: Flannel | pause while Docker restarts
pause: pause:
seconds: 10 seconds: 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment