25b486ef41
We bump Ansible to 2.4.3.0 which is the same version used in the integrated repository. Moreover, we also bump ansible-lint to 3.4.21 which is the latest bugfix release. Change-Id: I4715b3de7da1b2c9f5a169af9835cb8778cfafda
18 lines
471 B
Plaintext
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.3.0
|
|
|
|
# The Ansible lint version used for lint tests
|
|
ansible-lint==3.4.21
|
|
|
|
# Used for the ip filter within ansible
|
|
netaddr
|