b02c3c619b
Update Ansible to 2.3.0.0 and Ansible-lint to 3.4.12. Change-Id: I1a2e7f84b6203bd4137900e19a0b05b8c75736aa
15 lines
422 B
Plaintext
15 lines
422 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.3.0.0
|
|
|
|
# The Ansible lint version used for lint tests
|
|
ansible-lint==3.4.12
|