Feat(domserver): docker compose testing

This commit is contained in:
2025-04-06 18:11:00 +08:00
parent c2de82bd9f
commit 21a5b1b4f6
11 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
- name: Upgrade packages
community.general.pacman:
upgrade: true

View File

@@ -0,0 +1,9 @@
---
- name: Update package cache
community.general.pacman:
update_cache: true
- name: Install docker
community.general.pacman:
pkg:
- docker
notify: Upgrade packages