openstack-ansible-tests/test-ansible-deps.txt
Jonathan Rosser 222148b5a4 Update ansible to 2.7.10
Change-Id: I6547a9d040148f7c02504039f3ae221186cdb87d
2019-05-20 12:02:07 +00:00

21 lines
522 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==2.7.10
# The Ansible lint version used for lint tests
ansible-lint==3.4.21
# Used for the ip filter within ansible
netaddr
# Used for the ansible openssl_* modules
pyOpenSSL