..
role
become mixin is no more ( #54002 )
2019-04-12 12:13:55 -04:00
__init__.py
allow empty plays again, for now ( #55878 )
2019-04-29 17:59:10 -04:00
attribute.py
correct method docs ( #55961 )
2019-05-01 09:13:57 -05:00
base.py
Prevent vars premature templating ( #56117 )
2019-05-23 09:42:19 -04:00
block.py
become mixin is no more ( #54002 )
2019-04-12 12:13:55 -04:00
collectionsearch.py
Collection content loading ( #52194 )
2019-03-28 10:41:39 -07:00
conditional.py
improve conditional warnings ( #57190 )
2019-06-03 12:12:32 +02:00
handler.py
Consolidate handler tracking ( #49338 )
2018-12-11 10:58:19 -05:00
handler_task_include.py
Improvement on setting VALID_INCLUDE_KEYWORDS on HandlerTaskInclude ( #56801 )
2019-05-22 15:24:25 -05:00
helpers.py
Collection content loading ( #52194 )
2019-03-28 10:41:39 -07:00
included_file.py
Don't pollute include_variables ( #54687 )
2019-04-09 10:14:42 -05:00
loop_control.py
allows loop pause for subseconds ( #50461 )
2019-01-18 22:41:29 -05:00
play.py
preserve underlying block building error ( #56465 )
2019-05-22 11:28:06 -04:00
play_context.py
removed previouslly deprecated settings ( #55662 )
2019-05-15 16:36:30 -04:00
playbook_include.py
Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 ( #46833 )
2018-10-12 10:43:09 -05:00
role_include.py
Add ansible_parent_role_names magic variable ( #46687 )
2019-04-23 11:55:05 -04:00
taggable.py
Allow tags to be templated from a variable ( #49833 )
2018-12-17 15:40:26 -06:00
task.py
unite poll defaults ( #55470 )
2019-05-01 13:47:50 -05:00
task_include.py
Whitelist listen as a valid keyword on TaskInclude ( #56586 )
2019-05-17 12:52:39 -05:00