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
Martin Krizek 1c49cc4377
Actually check for import_role when loop detected (#39218)
7 years ago
..
role Attempt 4: Prevent reparenting a block with itself (#38747) 7 years ago
__init__.py better error on bad playbook encoding 7 years ago
attribute.py Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595) 7 years ago
base.py Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827) 7 years ago
become.py leftover from porting become to v2 that's unused 7 years ago
block.py Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827) 7 years ago
conditional.py Don't overwrite builtin jinja2 filters with tests (#37881) 7 years ago
handler.py Collated PEP8 fixes (#25293) 7 years ago
handler_task_include.py Collated PEP8 fixes (#25293) 7 years ago
helpers.py Actually check for import_role when loop detected (#39218) 7 years ago
included_file.py Cache task_vars to speed up IncludedFile.process_include_results (#39026) 7 years ago
loop_control.py fix loop_control templating (#36124) 7 years ago
play.py caller to preprocess must be None aware (#33653) 7 years ago
play_context.py Add support for dzdo flags Fixes #38766 7 years ago
playbook_include.py better error when wrong type passed to import_play (#36592) 7 years ago
role_include.py Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827) 7 years ago
taggable.py add 'never' tag (#34104) 7 years ago
task.py Use https for links to ansible.com domains. 7 years ago
task_include.py Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827) 7 years ago