From e2f005537dd515a409ea8cd48fe8f90f28287423 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 12 Jun 2026 14:38:50 +0800 Subject: [PATCH] fix(ci): install ansible posix collection for deploy --- .github/workflows/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 5966f3c..9bf6d53 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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