Skip to content

Commit 8ec8582

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
pip install -U pip wheel setuptools
4747
pip install -r requirements-test.txt
4848
49+
- name: Downgrade ansible on Ubuntu 20.04 LTS
50+
if: matrix.distro == 'ubuntu2004'
51+
run: pip install "ansible-core<2.19"
52+
4953
- name: Install Ansible Galaxy dependencies
5054
run: ansible-galaxy collection install "community.general:>=3.6.0"
5155

0 commit comments

Comments
 (0)