We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e6c72 commit 5c57bc8Copy full SHA for 5c57bc8
.github/workflows/ci.yml
@@ -46,6 +46,11 @@ jobs:
46
pip install -U pip wheel setuptools
47
pip install -r requirements-test.txt
48
49
+ - name: [ubuntu2004] Downgrade ansible
50
+ if: matrix.distro == 'ubuntu2004'
51
+ run: |
52
+ pip install "ansible-core<2.19"
53
+
54
- name: Install Ansible Galaxy dependencies
55
run: ansible-galaxy collection install "community.general:>=3.6.0"
56
0 commit comments