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 05b0d89 commit 2bb20aeCopy full SHA for 2bb20ae
.github/workflows/pull_request.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- pip install ansible==13.* jmespath pulp-glue==0.33.* pulp-glue-deb==0.3.*
+ pip install ansible==11.* jmespath pulp-glue==0.33.* pulp-glue-deb==0.3.*
31
ansible-galaxy collection install git+file://$(pwd)
32
33
- name: Run Pulp in one
README.md
@@ -7,7 +7,7 @@ Note: Pulp server installation is out of this collection's scope - for this purp
7
8
## Tested with Ansible
9
10
-Tested with the current Ansible 13 releases.
+Tested with the current Ansible 11 release.
11
12
## Included content
13
0 commit comments