community.general/lib/ansible/playbook
Toshio Kuratomi 4ed88512e4 Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423)
We couldn't copy to_unicode, to_bytes, to_str into module_utils because
of licensing.  So once created it we had two sets of functions that did
the same things but had different implementations.  To remedy that, this
change removes the ansible.utils.unicode versions of those functions.
2016-09-06 22:54:17 -07:00
..
role Meta meta meta 2016-08-31 13:33:01 -05:00
__init__.py Save and restore the loader's basedir when loading playbooks 2016-05-23 15:04:44 -04:00
attribute.py Selectively assign the getter for better performance 2016-08-31 13:33:01 -05:00
base.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
become.py Some further cleanup in the meta branch 2016-08-31 13:33:01 -05:00
block.py Some further cleanup in the meta branch 2016-08-31 13:33:01 -05:00
conditional.py added ability to use pure boolean in conditionals 2016-09-02 08:54:38 -04:00
handler.py FEATURE: handler listeners 2016-06-20 09:30:20 -05:00
handler_task_include.py Fixes #15915: New HandlerTaskInclude Class which can run TaskIncludes inside Handlers 2016-05-22 15:45:55 +02:00
helpers.py Dynamic role include (#17401) 2016-09-05 20:07:58 -04:00
included_file.py Move tasks/blocks to a single parent model 2016-08-08 15:58:46 -05:00
loop_control.py implemented loop pausing (#17289) 2016-08-31 16:09:37 -04:00
play.py FEATURE: adding variable serial batches 2016-08-04 15:04:10 -05:00
play_context.py Add ksu privilege escalation (#17340) 2016-09-01 16:54:31 -04:00
playbook_include.py Fixes #15745 playbook include: Conditional scoping 2016-05-11 15:58:36 -04:00
role_include.py Dynamic role include (#17401) 2016-09-05 20:07:58 -04:00
taggable.py Migrate basestring to a python3 compatible type (#17199) 2016-08-23 13:13:44 -07:00
task.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
task_include.py Several fixes for includes 2016-08-11 14:07:49 -05:00
vars.py Making the switch to v2 2015-05-03 21:47:26 -05:00
vars_file.py Making the switch to v2 2015-05-03 21:47:26 -05:00