You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/playbook
Toshio Kuratomi 8aa8e07d13 Remove _load_hosts() from Play initialization as it's no longer needed and it breaks using extra_vars defining a list for hosts (#17699)
Thanks to @jimi-c for the solution

Fixes #16583
8 years ago
..
role Meta meta meta 8 years ago
__init__.py Save and restore the loader's basedir when loading playbooks 8 years ago
attribute.py Selectively assign the getter for better performance 8 years ago
base.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 8 years ago
become.py Some further cleanup in the meta branch 8 years ago
block.py Some further cleanup in the meta branch 8 years ago
conditional.py Moving result reading to a background thread 8 years ago
handler.py FEATURE: handler listeners 8 years ago
handler_task_include.py Fixes #15915: New HandlerTaskInclude Class which can run TaskIncludes inside Handlers 8 years ago
helpers.py Dynamic role include (#17401) 8 years ago
included_file.py Move tasks/blocks to a single parent model 8 years ago
loop_control.py implemented loop pausing (#17289) 8 years ago
play.py Remove _load_hosts() from Play initialization as it's no longer needed and it breaks using extra_vars defining a list for hosts (#17699) 8 years ago
play_context.py doas update (#16997) 8 years ago
playbook_include.py Fixes #15745 playbook include: Conditional scoping 9 years ago
role_include.py Dynamic role include (#17401) 8 years ago
taggable.py Migrate basestring to a python3 compatible type (#17199) 8 years ago
task.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 8 years ago
task_include.py Several fixes for includes 8 years ago
vars.py Making the switch to v2 10 years ago
vars_file.py Making the switch to v2 10 years ago