ansible-config: add common extra dependencies

This change adds common extra dependencies needed by Ansible modules:

* openstacksdk for os_* module
* openshift for kubectl connection
* jmespath for json_query filter

Change-Id: I4a5c704b5f46f41ff1ac18217565971a9924f681
This commit is contained in:
Tristan Cacqueray 2019-03-15 08:58:52 +00:00 committed by Tobias Henkel
parent f5b9e9103c
commit d5ea9cdd69
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# This file describes the currently supported ansible versions
[common]
default_version = 2.7
requirements = ara
requirements = ara openstacksdk openshift jmespath
[2.5]
deprecated = true