i18n/ansible-requirement.txt
Ian Y. Choi 245815010a Rename extra-atcs to extra-acs on ansible
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
2023-09-26 00:07:39 +09:00

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