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:
Rafael Guterres Jeffman
2023-06-05 14:43:23 -03:00
parent 45700bc02b
commit 51f64e4393
6 changed files with 85 additions and 85 deletions

View File

@@ -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=""