ansible/lib/ansible/utils
Marius Gedminas 54dbfba8f8 Make combine_vars() compatible with Python 3
Fixes

  TypeError: unsupported operand type(s) for +: 'dict_items' and 'dict_items'

on Python 3.
2015-09-01 09:39:59 +03:00
..
module_docs_fragments cloudstack: implement general api_region support, update docs 2015-08-25 13:54:21 +02:00
__init__.py limit extensions for files in group/host_vars dir 2015-05-23 20:34:08 +02:00
boolean.py Making the switch to v2 2015-05-03 21:47:26 -05:00
cmd_functions.py fixed ansible pull, reorged validate function for cli to be function specific like parser 2015-06-09 17:24:43 -04:00
color.py Making the switch to v2 2015-05-03 21:47:26 -05:00
debug.py Making the switch to v2 2015-05-03 21:47:26 -05:00
display.py keep banners at 79 2015-08-06 17:37:05 -04:00
encrypt.py Making the switch to v2 2015-05-03 21:47:26 -05:00
hashing.py Making the switch to v2 2015-05-03 21:47:26 -05:00
listify.py Default listify to converting bare variables again 2015-08-12 10:49:46 -04:00
module_docs.py Support print as a function 2015-08-27 22:15:56 +03:00
path.py Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
unicode.py Fix to_bytes(None) on Python 3 2015-08-27 22:15:56 +03:00
vars.py Make combine_vars() compatible with Python 3 2015-09-01 09:39:59 +03:00