
Current Ansible version for tests repo, which is used for functional tests can not deal with some more modern logic, causing CI to fail for Ubuntu Jammy on apt_package_pinning for Galera role. Updating Ansible version fixes the issue. Change-Id: I70838dc4fb1cadfcf579b5e9af5769a8f48108da
18 lines
458 B
Plaintext
18 lines
458 B
Plaintext
# WARNING:
|
|
# This file is use by all OpenStack-Ansible roles for testing purposes.
|
|
# Any changes here will affect all OpenStack-Ansible role repositories
|
|
# with immediate effect.
|
|
|
|
# PURPOSE:
|
|
# Python requirements listed here are imported by the roles via tox
|
|
# target configuration in each role.
|
|
|
|
# The Ansible version used for testing
|
|
ansible-core==2.15.9
|
|
|
|
# Used for the ip filter within ansible
|
|
netaddr
|
|
|
|
# Used for the ansible openssl_* modules
|
|
pyOpenSSL
|