Kevin Carter a769cf7b91
Fix lookup plugin for py3.5 support
in py3 basestring is no longer valid so we need to support basestring
for as long as we support py2 but we also need to have a way to carry
forward seemslessly. A try and except block has been added to allow us
to support both.

Py3 also will not allow us to "sort" a dict, while this was allowed in
py2 it didn't do anything however in py3 it causes a stacktrace. To fix
this issue a try/except block has been added to catch the type error and
simply set the value without sorting it.

Change-Id: I81c135c5bf0867f7faea248457494547cbcd87cd
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-08-01 22:17:10 -05:00
2017-02-06 09:03:20 -06:00
2017-06-24 20:31:39 +00:00
2017-07-03 16:48:23 +08:00
2016-11-02 12:22:21 +11:00
2017-07-07 19:42:39 +00:00
2017-07-07 19:42:39 +00:00
2017-03-14 18:01:43 +00:00
2016-01-27 10:31:29 -06:00
2017-07-28 15:59:25 +00:00
2016-02-01 16:47:07 +00:00
2016-09-28 12:04:13 +01:00
2016-11-25 16:21:30 +01:00
2017-03-02 11:52:19 +00:00
2017-07-28 15:59:25 +00:00

Team and repository tags

image

OpenStack-Ansible plugins

These are the plugins the OpenStack-Ansible deployment project relies on. The plugins can be added to any Ansible project by simply cloning this repository and setting up the ansible.cfg file to point at them as additional plugins for your project.

Description
Ansible action plugin to template arbitrary json ini yaml data
Readme 1.6 MiB
Languages
Python 100%