fix(ci): install ansible posix collection for deploy

This commit is contained in:
Haitao Pan 2026-06-12 14:38:50 +08:00
parent bb7fbbf91c
commit e2f005537d

View File

@ -272,6 +272,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install "ansible-core==2.18.3"
ansible-galaxy collection install ansible.posix
- name: Resolve deployment settings
id: deploy_meta