1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/playbook
Brian Coca e40832df84
become mixin is no more (#54002)
* become mixin is no more
  since sudo/su keywords are removed in 2.9 .. no need to keep this code around
 * also don't need test for code that is removed
 * made preprocess_data on base noop
   its not used by anything anymore, but kept for backwards compat since other methods of same name are used
2019-04-12 12:13:55 -04:00
..
role become mixin is no more (#54002) 2019-04-12 12:13:55 -04: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 mixin is no more (#54002) 2019-04-12 12:13:55 -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 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 become mixin is no more (#54002) 2019-04-12 12:13:55 -04: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 become mixin is no more (#54002) 2019-04-12 12:13:55 -04:00
task_include.py include_tasks: fix traceback if no file specified (#54044) 2019-03-20 19:17:20 +01:00