Skip to content

Commit 2bb20ae

Browse files
committed
Revert to Ansible 11
1 parent 05b0d89 commit 2bb20ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install ansible==13.* jmespath pulp-glue==0.33.* pulp-glue-deb==0.3.*
30+
pip install ansible==11.* jmespath pulp-glue==0.33.* pulp-glue-deb==0.3.*
3131
ansible-galaxy collection install git+file://$(pwd)
3232
3333
- name: Run Pulp in one

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Note: Pulp server installation is out of this collection's scope - for this purp
77

88
## Tested with Ansible
99

10-
Tested with the current Ansible 13 releases.
10+
Tested with the current Ansible 11 release.
1111

1212
## Included content
1313

0 commit comments

Comments
 (0)