summaryrefslogtreecommitdiff
path: root/test/integration
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2021-11-24 12:14:59 -0600
committerGitHub <noreply@github.com>2021-11-24 10:14:59 -0800
commita17581efa67c26771efa75b7197067b358de5625 (patch)
tree1a43faac3e125096b5486b81e5148690df471321 /test/integration
parent21547224907112b7fe638153f0b7759e65511789 (diff)
downloadansible-a17581efa67c26771efa75b7197067b358de5625.tar.gz
2.11 `action_groups` normalization (#76171)
* Have tests use shortname in action_groups to uncover an issue * Alias shortname from action_groups to FQCR of owning collection * Add clog frag * Don't overwrite
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/targets/module_defaults/collections/ansible_collections/testns/testcoll/meta/runtime.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/module_defaults/collections/ansible_collections/testns/testcoll/meta/runtime.yml b/test/integration/targets/module_defaults/collections/ansible_collections/testns/testcoll/meta/runtime.yml
index 62695fbc95..6ff9dbfb37 100644
--- a/test/integration/targets/module_defaults/collections/ansible_collections/testns/testcoll/meta/runtime.yml
+++ b/test/integration/targets/module_defaults/collections/ansible_collections/testns/testcoll/meta/runtime.yml
@@ -1,6 +1,6 @@
action_groups:
testgroup:
- - testns.testcoll.echo1
+ - echo1
- testns.testcoll.echo2
# note we can define defaults for an action
- testns.testcoll.echoaction