Skip to content

Commit 460af5d

Browse files
committed
Revert "Pin ansible-core to < 2.19.0"
This reverts commit 4d7155e. Signed-off-by: rabi <[email protected]>
1 parent bf6b94f commit 460af5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# this is required for the docs build jobs
2-
ansible-core>=2.15.0,<2.19.0
2+
ansible-core>=2.15.0
33
sphinx>=2.0.0,!=2.1.0 # BSD
44
reno>=3.1.0 # Apache-2.0
55
doc8>=0.8.1 # Apache-2.0

molecule-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible-core>=2.15.0,<2.19.0
1+
ansible-core>=2.15.0
22
molecule>=5.1.0,<6.0.0
33
molecule-plugins[podman,vagrant]>=23.5.0
44
pytest-testinfra
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible-core>=2.16.1,<2.19.0
1+
ansible-core>=2.16.1
22
ansible-runner>=2.4.0
33
ansible-builder>=3.1.0
44
dumb-init>=1.2.2

0 commit comments

Comments
 (0)