You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/playbook
Abhijeet Kasurde bb138b1f6e
play_context: remove deprecated PlayContext.verbosity (#82993)
Fixes: #82945

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
1 month ago
..
role fix handling allow_duplicates with the role cache (#82691) 2 months ago
__init__.py Require `from __future__ import annotations` (#81902) 8 months ago
attribute.py Require `from __future__ import annotations` (#81902) 8 months ago
base.py Remove deprecated vars keyword syntax as a list of dictionaries, it is now required to be a single dictionary (#82980) 1 month ago
block.py Require `from __future__ import annotations` (#81902) 8 months ago
collectionsearch.py Require `from __future__ import annotations` (#81902) 8 months ago
conditional.py Require `from __future__ import annotations` (#81902) 8 months ago
delegatable.py Require `from __future__ import annotations` (#81902) 8 months ago
handler.py Fix additional spelling errors in builtin modules (#82012) 7 months ago
handler_task_include.py Require `from __future__ import annotations` (#81902) 8 months ago
helpers.py Remove unneeded Task.is_static assignment (#82288) 6 months ago
included_file.py Fix handling of ansible_loop_var and ansible_index_var inside ansible.builtin.include_tasks (#82789) 2 months ago
loop_control.py Require `from __future__ import annotations` (#81902) 8 months ago
notifiable.py Require `from __future__ import annotations` (#81902) 8 months ago
play.py Play - remove deprecated ROLE_CACHE in favor of role_cache (#82979) 1 month ago
play_context.py play_context: remove deprecated PlayContext.verbosity (#82993) 1 month ago
playbook_include.py Require `from __future__ import annotations` (#81902) 8 months ago
role_include.py import_role - allow subdirectories with _from options (#82642) 3 months ago
taggable.py Require `from __future__ import annotations` (#81902) 8 months ago
task.py Fix additional spelling errors in builtin modules (#82012) 7 months ago
task_include.py Require `from __future__ import annotations` (#81902) 8 months ago