7f96cb0c91
Update to latest version of 2.5 ansible. Change-Id: Idc80fece310adb60540eeadc81f045696275229d
18 lines
469 B
Plaintext
18 lines
469 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.5.4
|
|
|
|
# The Ansible lint version used for lint tests
|
|
ansible-lint==3.4.21
|
|
|
|
# Used for the ip filter within ansible
|
|
netaddr
|