fix task naming in bootstrap-os (#11718)

Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
Co-authored-by: bo.jiang <bo.jiang@daocloud.io>
This commit is contained in:
k8s-infra-cherrypick-robot
2024-11-17 10:04:52 -08:00
committed by GitHub
parent d258df042f
commit 9fce511822
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
# ClearLinux ships with Python installed
- name: Install basic package to run containers
package:
name: containers-basic
state: present
- name: Make sure docker service is enabled
systemd:
name: docker
masked: false
enabled: true
daemon_reload: true
state: started
become: true