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
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
..
ansiballz_dupe Require `from __future__ import annotations` (#81902) 2 years ago
collection_root_sys/ansible_collections/testns Require `from __future__ import annotations` (#81902) 2 years ago
collection_root_user/ansible_collections Update triple single quotes to triple double quotes (#84099) 1 year ago
collections/ansible_collections Switch to stackwalk caller ID (#85095) 7 months ago
custom_vars_plugins Update triple single quotes to triple double quotes (#84099) 1 year ago
filter_plugins Require `from __future__ import annotations` (#81902) 2 years ago
library Require `from __future__ import annotations` (#81902) 2 years ago
roles Allow a collection role to call a standalone role by default (#69102) 6 years ago
test_plugins Require `from __future__ import annotations` (#81902) 2 years ago
test_task_resolved_plugin Task.resolved_action - fix resolving static actions consistently for callback plugins (#85524) 4 months ago
testcoll2/plugins/modules Update triple single quotes to triple double quotes (#84099) 1 year ago
a.statichost.yml
aliases Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
cache.statichost.yml implemented 'prefix' for file based cache (#69872) 6 years ago
check_populated_inventory.yml fix using inventory and cache plugins in a collection (#56469) 6 years ago
import_collection_pb.yml Fix pb subs collapse (#74301) 5 years ago
includeme.yml module_utils fixes in collections (#55118) 7 years ago
inventory_test.yml collection routing (#67684) 6 years ago
invocation_tests.yml Action module xross coll (#68080) 6 years ago
noop.yml try to load unqualified plugins from whitelist (#70086) 6 years ago
posix.yml fix various Jinja plugin caching issues (#79781) 2 years ago
redirected.statichost.yml Rename to ansible-core (#72594) 5 years ago
runme.sh Templating overhaul, implement Data Tagging (#84621) 8 months ago
test_bypass_host_loop.yml Require Jinja2 3.0.0 (#75881) 4 years ago
test_collection_meta.yml Templating overhaul, implement Data Tagging (#84621) 8 months ago
test_redirect_list.yml Fix a bug adding unrelated candidates to the plugin loader redirect_list (#73863) 5 years ago
test_task_resolved_plugin.sh Task.resolved_action - fix resolving static actions consistently for callback plugins (#85524) 4 months ago
vars_plugin_tests.sh Templating overhaul, implement Data Tagging (#84621) 8 months ago
windows.yml PowerShell - Support optional module util imports (#75187) 4 years ago