community.general/lib/ansible/playbook
Toshio Kuratomi ff22528b07 Consolidate boolean/mk_boolean conversion functions into a single location
Consolidate the module_utils, constants, and config functions that
convert values into booleans into a single function in module_utils.

Port code to use the module_utils.validate.convert_bool.boolean function
isntead of mk_boolean.
2017-07-17 11:48:05 -07:00
..
role
__init__.py
attribute.py
base.py Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
become.py
block.py
conditional.py
handler.py
handler_task_include.py
helpers.py Don't include dependent roles in the dep chain for include_role 2017-06-22 13:16:29 +01:00
included_file.py
loop_control.py
play.py
play_context.py Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
playbook_include.py
role_include.py Don't include dependent roles in the dep chain for include_role 2017-06-22 13:16:29 +01:00
taggable.py
task.py
task_include.py