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
Sloane Hertel 1cec559552
Task.resolved_action - fix resolving static actions consistently for callback plugins (#85524) (#85646)
* 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).

(cherry picked from commit 15e9f51e2d)
1 month ago
..
integration Task.resolved_action - fix resolving static actions consistently for callback plugins (#85524) (#85646) 1 month ago
lib/ansible_test [stable-2.19] ansible-test - Update Ansible Core CI auth (#85717) (#85768) 3 months ago
sanity [stable-2.19] Add AnsiballZ debugging support with debugpy (#85476) (#85528) 4 months ago
support async handling changed to use 'true' booleans(#85074) 6 months ago
units [stable-2.19] Move display internals into _internal (#85889) (#85896) 2 months ago