mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-11 19:25:54 +00:00
upstream ci: Update Ansible versions on Azure pipelines.
As we now have ansible-core 2.14 available through 'pip', the versions used for testing on Azure should be 2.12, 2.13 and 2.14, as Ansible keeps upstream support for the latest version plus the two previous ones. This patch update the version used in tests by increasing the version used by 1 (MINOR).
This commit is contained in:
@@ -38,7 +38,7 @@ stages:
|
||||
parameters:
|
||||
build_number: $(Build.BuildNumber)
|
||||
scenario: c9s
|
||||
ansible_version: "-core >=2.12,<2.13"
|
||||
ansible_version: "-core >=2.13,<2.14"
|
||||
|
||||
# CentOS 8 Stream
|
||||
|
||||
@@ -49,7 +49,7 @@ stages:
|
||||
parameters:
|
||||
build_number: $(Build.BuildNumber)
|
||||
scenario: c8s
|
||||
ansible_version: "-core >=2.12,<2.13"
|
||||
ansible_version: "-core >=2.13,<2.14"
|
||||
|
||||
# CentOS 7
|
||||
|
||||
@@ -60,7 +60,7 @@ stages:
|
||||
parameters:
|
||||
build_number: $(Build.BuildNumber)
|
||||
scenario: centos-7
|
||||
ansible_version: "-core >=2.12,<2.13"
|
||||
ansible_version: "-core >=2.13,<2.14"
|
||||
|
||||
# Rawhide
|
||||
|
||||
@@ -71,4 +71,4 @@ stages:
|
||||
parameters:
|
||||
build_number: $(Build.BuildNumber)
|
||||
scenario: fedora-rawhide
|
||||
ansible_version: "-core >=2.12,<2.13"
|
||||
ansible_version: "-core >=2.13,<2.14"
|
||||
|
||||
Reference in New Issue
Block a user