.. |
role
|
Load role vars and defaults before parsing tasks (#40982)
|
2018-06-18 10:56:55 -05:00 |
__init__.py
|
Pass vars from import_playbook in early (#39521)
|
2018-04-30 16:13:43 -05:00 |
attribute.py
|
Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595)
|
2018-01-05 21:51:44 -05:00 |
base.py
|
Fix NameError, value was not available in this context leading to a generic unexpected error. Fixes #33275 (#41856)
|
2018-06-25 15:04:32 -05:00 |
become.py
|
leftover from porting become to v2 that's unused
|
2017-07-24 10:12:17 -07:00 |
block.py
|
Validate that rescue and always have an accompanying block. Fixes #26751 (#41822)
|
2018-06-22 13:59:15 -05:00 |
conditional.py
|
Don't overwrite builtin jinja2 filters with tests (#37881)
|
2018-03-26 12:06:00 -05:00 |
handler.py
|
Collated PEP8 fixes (#25293)
|
2017-06-02 12:14:11 +01:00 |
handler_task_include.py
|
Collated PEP8 fixes (#25293)
|
2017-06-02 12:14:11 +01:00 |
helpers.py
|
Revert #39365, improve error messaging (#41208)
|
2018-06-07 09:00:50 -05:00 |
included_file.py
|
Don't ignore a duplicate host for an already processed include (#40361)
|
2018-06-08 15:36:22 -05:00 |
loop_control.py
|
rebase base playbook base (#39533)
|
2018-05-03 18:29:47 -04:00 |
play.py
|
Handle typing of vars_files in Play.get_vars_files. Fixes #14708 (#41801)
|
2018-06-22 13:58:40 -05:00 |
play_context.py
|
Add a 'machinectl shell' become_method (#39826)
|
2018-05-25 10:52:53 -05:00 |
playbook_include.py
|
Pass vars from import_playbook in early (#39521)
|
2018-04-30 16:13:43 -05:00 |
role_include.py
|
Support 'apply' to apply attributes to included tasks - Impl 1 (#39236)
|
2018-05-31 12:08:38 -05:00 |
taggable.py
|
add 'never' tag (#34104)
|
2018-02-07 15:21:55 -08:00 |
task.py
|
Ensure we raise the exception caught _post_validate_environment->_parse_env_kv. Fixes #41322 (#41411)
|
2018-06-13 12:22:07 -04:00 |
task_include.py
|
Support 'apply' to apply attributes to included tasks - Impl 1 (#39236)
|
2018-05-31 12:08:38 -05:00 |