Skip to content

Commit 5c57bc8

Browse files
committed
[ci] Downgrade ansible on Ubuntu 20.04
1 parent 38e6c72 commit 5c57bc8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
pip install -U pip wheel setuptools
4747
pip install -r requirements-test.txt
4848
49+
- name: [ubuntu2004] Downgrade ansible
50+
if: matrix.distro == 'ubuntu2004'
51+
run: |
52+
pip install "ansible-core<2.19"
53+
4954
- name: Install Ansible Galaxy dependencies
5055
run: ansible-galaxy collection install "community.general:>=3.6.0"
5156

0 commit comments

Comments
 (0)