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
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
..
targets Task.resolved_action - fix resolving static actions consistently for callback plugins (#85524) (#85646) 1 month ago
network-integration.cfg Update network integration auth timeout (#71057) 5 years ago
network-integration.requirements.txt Update ansible-test network test provisioning. (#68220) 6 years ago