ansible/lib/ansible/playbook
Matt Martz fbf2d5d2f4
Don't pollute include_variables (#54687)
* Don't pollute include_variables. Fixes #51667. Fixes #54618.

* Rename include_variables to include_args, so we can make the distinction about what they are

* Track args and vars separately

* oops

* oops again

* linting fix

* Add test
2019-04-09 10:14:42 -05:00
..
role Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
__init__.py Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
attribute.py add static facility and apply to register (#49737) 2019-01-24 11:51:52 -05:00
base.py Become plugins (#50991) 2019-02-11 11:27:44 -06:00
become.py Become plugins (#50991) 2019-02-11 11:27:44 -06:00
block.py Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
collectionsearch.py Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
conditional.py Conditional bare: fix typos (#53807) 2019-03-19 21:29:59 -04:00
handler.py Consolidate handler tracking (#49338) 2018-12-11 10:58:19 -05:00
handler_task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01: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 Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
play_context.py Change default smart connection to ssh on macOS and remove paramiko from requirements.txt (#54738) 2019-04-03 22:35:59 -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 Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
taggable.py Allow tags to be templated from a variable (#49833) 2018-12-17 15:40:26 -06:00
task.py Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
task_include.py include_tasks: fix traceback if no file specified (#54044) 2019-03-20 19:17:20 +01:00