7500ab0805
Change-Id: Idbfadc365f9bf0e3dcf3b03b51b0862dafefa7e9
19 lines
404 B
Plaintext
19 lines
404 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.3.0.0
|
|
|
|
# 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
|