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
Brian Coca 5e50284693
Restrict role loading .. to role ... (#77683)
* Ansible will now error out if you try to use the `*_from` to load files from outside the role being loaded by `{import,include}_role`
2 years ago
..
role Restrict role loading .. to role ... (#77683) 2 years ago
__init__.py [playbook] error on empty, error on 'include' (remove two deprecations) (#74172) 3 years ago
attribute.py Move common build code from _build_helpers (#55986) 5 years ago
base.py Type hint fixes. 2 years ago
block.py fix block var inheritance (#75287) 2 years ago
collectionsearch.py Heisen jinja2_native (#75587) 3 years ago
conditional.py Keep pre Python 3.10 literal_eval behavior (#76261) 3 years ago
handler.py Fix notifying handlers by using an exact match (#55624) 5 years ago
handler_task_include.py Validate args for includes in handlers too (#57537) 4 years ago
helpers.py Raise a proper error when include/import_role is used as a handler (#77807) 2 years ago
included_file.py Track failures in the includes results to avoid special handling of include errors (#53688) 2 years ago
loop_control.py allows loop pause for subseconds (#50461) 5 years ago
play.py enable module defaults for implicit gather_facts (#76053) 2 years ago
play_context.py Deprecate PlayContext.verbosity (#77507) 2 years ago
playbook_include.py import_playbook: remove deprecated free form params (#77431) 2 years ago
role_include.py Update include role to match the base class. 2 years ago
taggable.py Allow tags to be templated from a variable (#49833) 6 years ago
task.py add_host/group_by: fix using changed_when in a loop (#71719) 2 years ago
task_include.py Remove deprecated features from ansible.playbook.helpers (#74809) 3 years ago