Skip to content

Commit 4d7155e

Browse files
committed
Pin ansible-core to < 2.19.0
Ansible 2.19.0 has number of backward incompatible changes. Pin till we fix those. jira: https://issues.redhat.com/browse/OSPRH-18609 Signed-off-by: rabi <[email protected]>
1 parent 4f55513 commit 4d7155e

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+
ansible-core>=2.15.0,<2.19.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
1+
ansible-core>=2.15.0,<2.19.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
1+
ansible-core>=2.16.1,<2.19.0
22
ansible-runner>=2.4.0
33
ansible-builder>=3.1.0
44
dumb-init>=1.2.2

0 commit comments

Comments
 (0)