mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Unmask Docker service in ClearLinux (#4583)
The docker service provided by the containers-basic bundle is masked in ClearLinux distribution. This is causing errors in the following steps. This commit ensures that the unit is not masked.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
88fe3403ce
commit
ada5941a70
@@ -9,6 +9,7 @@
|
|||||||
- name: Make sure docker service is enabled
|
- name: Make sure docker service is enabled
|
||||||
systemd:
|
systemd:
|
||||||
name: docker
|
name: docker
|
||||||
|
masked: no
|
||||||
enabled: yes
|
enabled: yes
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
state: started
|
state: started
|
||||||
|
|||||||
Reference in New Issue
Block a user