245815010a
Update tox ansible environment to rename from extra-atcs to extra-acs and work with environment. 1. Renaming to extra-acs aligns with a governance patch : https://review.opendev.org/c/openstack/governance/+/893831 2. Update minimum ansible version since older version causes errors : https://github.com/ansible/ansible/issues/77413 Change-Id: If5c69efddcdf4854f8db95cfa2356cda0cb6f98a
19 lines
403 B
Plaintext
19 lines
403 B
Plaintext
# WARNING:
|
|
# This file is use by all Ansible roles for testing purposes.
|
|
|
|
# PURPOSE:
|
|
# Python requirements listed here are imported by the roles via tox
|
|
# target configuration in each role.
|
|
|
|
# The Ansible version used for testing
|
|
ansible==2.9.22
|
|
|
|
# The Ansible lint version used for lint tests
|
|
ansible-lint==3.4.18
|
|
|
|
# Used for the ip filter within ansible
|
|
netaddr
|
|
|
|
# Used for json_query
|
|
jmespath==0.9.3
|