community.general/lib/ansible/playbook
Brian Coca 4594bee65a keep unsafe .. unsafe (#23742)
* keep unsafe .. unsafe

fixes #23734, which was broken in previous fix that allowed non string types to be templated
use new 'is_template' function vs bastardizing others
refactored clean_data to allow for arbitrary data structures to clean
fixed/removed some tests

* deal with complex data for is_template

* typos
2017-04-21 16:07:38 -04:00
..
role Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
__init__.py
attribute.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
base.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
become.py Fix errors reported by pylint. (#23282) 2017-04-06 16:58:16 -07:00
block.py fix environment validation, make setup exception 2017-04-12 18:34:29 -04:00
conditional.py keep unsafe .. unsafe (#23742) 2017-04-21 16:07:38 -04:00
handler.py
handler_task_include.py
helpers.py keep unsafe .. unsafe (#23742) 2017-04-21 16:07:38 -04:00
included_file.py
loop_control.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
play.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
play_context.py Revert "fixes play context connection user (#21776)" (#23830) 2017-04-20 18:03:03 -04:00
playbook_include.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
role_include.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
taggable.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
task.py removed debug print 2017-04-13 15:12:40 -04:00
task_include.py