Feat(judgehost): test legacy with debian11

This commit is contained in:
2025-04-07 00:06:41 +08:00
parent 1a5976caea
commit 9480d38ca4
7 changed files with 50 additions and 9 deletions

View File

@@ -0,0 +1,18 @@
---
- name: Install packages
ansible.builtin.apt:
pkg:
- make
- pkg-config
- sudo
- debootstrap
- libcgroup-dev
- php-cli
- php-curl
- php-json
- php-xml
- php-zip
- lsof
- procps
- gcc
- g++