fix task naming in bootstrap-os (#11714)

Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
This commit is contained in:
ERIK
2024-11-18 01:22:53 +08:00
committed by GitHub
parent e8bdd47ecc
commit 316e579543
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