mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Ansible: Do not fail flannel restart is docker not installed
On first install flannel runs before docker is installed. So do not fail if docker is not installed
This commit is contained in:
parent
8b57cc8918
commit
165aa56c1a
@ -16,3 +16,5 @@
|
||||
|
||||
- name: start docker
|
||||
service: name=docker state=started
|
||||
# This might fail if docker isn't installed yet
|
||||
ignore_errors: yes
|
||||
|
Loading…
Reference in New Issue
Block a user