Skip to content
Snippets Groups Projects
Commit ada5941a authored by Victor Morales's avatar Victor Morales Committed by Kubernetes Prow Robot
Browse files

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.
parent 88fe3403
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
- name: Make sure docker service is enabled
systemd:
name: docker
masked: no
enabled: yes
daemon_reload: yes
state: started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment