fix task naming in bootstrap-os (#11719)

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:06:52 -08:00
committed by GitHub
parent 6b487d513e
commit 0b9872cd27
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_service:
name: docker
masked: false
enabled: true
daemon_reload: true
state: started
become: true