Update ansible to latest stable 2.6.x

With this, the requirement for the os_* modules
changes from shade to openstacksdk.

Depends-On: https://review.openstack.org/611765
Change-Id: Id87d285f6d69a7d688529a87945bca1772acf618
This commit is contained in:
Jesse Pretorius 2018-10-20 18:03:05 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 66e6b8f69a
commit 761be4d372
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# target configuration in each role.
# The Ansible version used for testing
ansible==2.5.8
ansible==2.6.6
# The Ansible lint version used for lint tests
ansible-lint==3.4.21

View File

@ -40,7 +40,7 @@ python-openstackclient>=3.14.2
# We use this for the Ansible openstack
# modules.
shade>=1.17.0 # Apache-2.0
openstacksdk>=0.14.0 # Apache-2.0
# We use this for the json_query filter
jmespath>=0.9.3 # MIT