fix(ci): install ansible posix collection for deploy
This commit is contained in:
parent
bb7fbbf91c
commit
e2f005537d
1
.github/workflows/pipeline.yml
vendored
1
.github/workflows/pipeline.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user