ansible/lib/ansible/playbook
Abhijeet Kasurde bb138b1f6e
play_context: remove deprecated PlayContext.verbosity (#82993)
Fixes: #82945

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2024-04-09 11:08:52 -04:00
..
role fix handling allow_duplicates with the role cache (#82691) 2024-03-28 15:33:09 -04:00
__init__.py Require `from __future__ import annotations` (#81902) 2023-10-04 22:11:17 +00:00
attribute.py Require `from __future__ import annotations` (#81902) 2023-10-04 22:11:17 +00:00
base.py Remove deprecated vars keyword syntax as a list of dictionaries, it is now required to be a single dictionary (#82980) 2024-04-04 12:34:54 -07:00
block.py Require `from __future__ import annotations` (#81902) 2023-10-04 22:11:17 +00:00
collectionsearch.py Require `from __future__ import annotations` (#81902) 2023-10-04 22:11:17 +00:00
conditional.py Require `from __future__ import annotations` (#81902) 2023-10-04 22:11:17 +00:00
delegatable.py Require `from __future__ import annotations` (#81902) 2023-10-04 22:11:17 +00:00
handler.py Fix additional spelling errors in builtin modules (#82012) 2023-10-23 21:22:35 -07:00
handler_task_include.py Require `from __future__ import annotations` (#81902) 2023-10-04 22:11:17 +00:00
helpers.py Remove unneeded Task.is_static assignment (#82288) 2023-11-28 10:35:31 -05:00
included_file.py Fix handling of ansible_loop_var and ansible_index_var inside ansible.builtin.include_tasks (#82789) 2024-03-08 05:08:29 +10:00
loop_control.py Require `from __future__ import annotations` (#81902) 2023-10-04 22:11:17 +00:00
notifiable.py Require `from __future__ import annotations` (#81902) 2023-10-04 22:11:17 +00:00
play.py Play - remove deprecated ROLE_CACHE in favor of role_cache (#82979) 2024-04-04 23:07:25 +00:00
play_context.py play_context: remove deprecated PlayContext.verbosity (#82993) 2024-04-09 11:08:52 -04:00
playbook_include.py Require `from __future__ import annotations` (#81902) 2023-10-04 22:11:17 +00:00
role_include.py import_role - allow subdirectories with _from options (#82642) 2024-02-06 16:13:47 +01:00
taggable.py Require `from __future__ import annotations` (#81902) 2023-10-04 22:11:17 +00:00
task.py Fix additional spelling errors in builtin modules (#82012) 2023-10-23 21:22:35 -07:00
task_include.py Require `from __future__ import annotations` (#81902) 2023-10-04 22:11:17 +00:00