Skip to content

Commit 61b2859

Browse files
committed
Update ansible-core requirement
1 parent f04fe62 commit 61b2859

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
matrix:
1919
include:
2020
- python: "3.11"
21-
ansible: "stable-2.18"
21+
ansible: "stable-2.19"
2222
lower_bounds: true
2323
image_tag: "latest"
2424
- python: "3.13"
25-
ansible: "stable-2.19"
26-
- python: "3.14"
2725
ansible: "stable-2.20"
26+
- python: "3.14"
27+
ansible: "stable-2.21"
2828
image_tag: "nightly"
2929
lower_bounds: true
3030
steps:

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ action_groups:
4343
- task
4444
- user
4545
- x509_cert_guard
46-
requires_ansible: '>=2.16.0,<2.21'
46+
requires_ansible: '>=2.16.0,<2.22'
4747
...

requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible
1+
ansible-core
22
black
33
galaxy-importer
44
isort

requirements-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pulp-glue<0.37,>=0.29.2
22
pulp-glue-deb<0.4.0,>=0.3.0
33

4+
ansible-core
45
ansible_runner
56
flake8
67
pylint

0 commit comments

Comments
 (0)