openstack-ansible-tests/test-ansible-deps.txt
Jesse Pretorius ac53b4d646 Revert "Revert "Use Ansible 2.4""
This reverts commit 6713b5e9f7.

With the facility [1] to add parameters (like exclusions) to the
ansible-lint test, and the implementation of an appropriate exclusion
[2] to the integrated repo, we can move forward with updating both
ansible and ansible-lint here.

[1] https://review.openstack.org/527195
[2] https://review.openstack.org/527198

Depends-On: If5746d35ee1b8ce5d6fd1a14a2abca16e29cb899
Depends-On: Icaa997a37d9e31c70e952a80a3f75050965d7ef5
Depends-On: I774829efd763da2400062574bc8266e544d6f75d
Change-Id: I8c3dce39c17175edfb7c37dc0de3e9b9d1d0babb
2017-12-13 09:29:41 +00:00

18 lines
471 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.4.2.0
# The Ansible lint version used for lint tests
ansible-lint==3.4.18
# Used for the ip filter within ansible
netaddr