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/test/integration/targets/collections/test_task_resolved_plugin
Sloane Hertel 15e9f51e2d
Task.resolved_action - fix resolving static actions consistently for callback plugins (#85524)
* Resolve static actions when the FQCN is already known or demanded by a callback plugin

shorthand syntax (e.g. "- ping:") is resolved by ModuleArgsParser

action/local_action syntax (e.g. "- action: ping") is resolved on demand

* Emit a warning if a callback plugin accesses the property when it's None. This is expected if action/local_action is a template and a callback plugin uses this value too early (like in v2_playbook_on_task_start) or late (like in v2_runner_on_ok for a task with a loop).
4 months ago
..
action_plugins Require `from __future__ import annotations` (#81902) 2 years ago
callback_plugins Task.resolved_action - fix resolving static actions consistently for callback plugins (#85524) 4 months ago
collections/ansible_collections/test_ns/test_coll Update triple single quotes to triple double quotes (#84099) 1 year ago
library Update triple single quotes to triple double quotes (#84099) 1 year ago
dynamic_action.yml Task.resolved_action - fix resolving static actions consistently for callback plugins (#85524) 4 months ago
fqcn.yml Add a resolved_action task attribute (#74709) 5 years ago
unqualified.yml Task.resolved_action - fix resolving static actions consistently for callback plugins (#85524) 4 months ago
unqualified_and_collections_kw.yml Fix task.resolved_action callbacks (#82003) 2 years ago