You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
404 B
18 lines
404 B
# 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
|
|
|