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
Matt Martz da98fc267a
Allow a collection role to call a standalone role by default (#69102)
* Allow a collection role to call a standalone role by default. Fixes #69101

* tweaked changelog text

* Guard against NoneType

Co-authored-by: Matt Davis <nitzmahone@users.noreply.github.com>
6 years ago
..
role Allow a collection role to call a standalone role by default (#69102) 6 years ago
__init__.py Move plugin loader playbook dir additions back to Playbook instead of PlaybookCLI (#59557) 6 years ago
attribute.py Move common build code from _build_helpers (#55986) 6 years ago
base.py T woerner max concurrent (#60702) 6 years ago
block.py Prevent rewriting nested Block's data in filter_tagged_tasks (#68337) 6 years ago
collectionsearch.py Force collections to be static (#68723) 6 years ago
conditional.py Clean up CONDITIONAL_BARE_VARS warning. Fixes #67735 (#67751) 6 years ago
handler.py Fix notifying handlers by using an exact match (#55624) 7 years ago
handler_task_include.py Improvement on setting VALID_INCLUDE_KEYWORDS on HandlerTaskInclude (#56801) 7 years ago
helpers.py Collection role relative deps (#61517) 6 years ago
included_file.py Fix extended loop_control with includes (#61231) 6 years ago
loop_control.py allows loop pause for subseconds (#50461) 7 years ago
play.py Fix incorrect "Could not match supplied host pattern" warning (#66764) (#67432) 6 years ago
play_context.py removed previouslly deprecated settings (#55662) 7 years ago
playbook_include.py Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833) 7 years ago
role_include.py include_role: Strictly check string datatype for *_from (#68958) 6 years ago
taggable.py Allow tags to be templated from a variable (#49833) 7 years ago
task.py Allow tasks to notify a fqcn handler name (#68213) 6 years ago
task_include.py Check if task file is specified for import_tasks (#57572) 6 years ago