mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-28 10:24:47 +00:00
upstream CI: Update ansible-core version
ansible-core 2.15 has been released on May 15th, 2023, and version 2.12 has reached EOL on May 22nd, 2023. This patch updates the ansible-core versions used on upstream CI tests to reflect Ansible's new releases.
This commit is contained in:
@@ -162,7 +162,7 @@ list_images() {
|
||||
|
||||
# Defaults
|
||||
|
||||
ANSIBLE_VERSION=${ANSIBLE_VERSION:-'ansible-core>=2.12,<2.13'}
|
||||
ANSIBLE_VERSION=${ANSIBLE_VERSION:-'ansible-core'}
|
||||
verbose=""
|
||||
FORCE_ENV="N"
|
||||
CONTINUE_ON_ERROR=""
|
||||
|
||||
Reference in New Issue
Block a user