Skip to content
Snippets Groups Projects
Commit 796f8435 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

upstream CI: Update default ansible-core version to 2.12.

The current ansible-core available in Fedora and RHEL is 2.12 series.
This patch sets the version used for every PR CI to match this series.

Other versions should be used only in the nightly/weekly tests.
parent 9e6c79ab
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ stages:
parameters:
build_number: $(Build.BuildNumber)
scenario: fedora-latest
ansible_version: ">=2.9,<2.10"
ansible_version: "-core >=2.12,<2.13"
# CentOS 9 Stream
......@@ -27,7 +27,7 @@ stages:
parameters:
build_number: $(Build.BuildNumber)
scenario: c9s
ansible_version: ">=2.9,<2.10"
ansible_version: "-core >=2.12,<2.13"
# CentOS 8 Stream
......@@ -38,8 +38,7 @@ stages:
parameters:
build_number: $(Build.BuildNumber)
scenario: c8s
ansible_version: ">=2.9,<2.10"
ansible_version: "-core >=2.12,<2.13"
# CentOS 7
......@@ -50,4 +49,4 @@ stages:
parameters:
build_number: $(Build.BuildNumber)
scenario: centos-7
ansible_version: ">=2.9,<2.10"
ansible_version: "-core >=2.12,<2.13"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment