summaryrefslogtreecommitdiff
path: root/test/integration/targets/tasks/playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/tasks/playbook.yml')
-rw-r--r--test/integration/targets/tasks/playbook.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/tasks/playbook.yml b/test/integration/targets/tasks/playbook.yml
index 80d9f8b1..10bd8591 100644
--- a/test/integration/targets/tasks/playbook.yml
+++ b/test/integration/targets/tasks/playbook.yml
@@ -6,6 +6,11 @@
debug:
msg: Hello
+ # ensure we properly test for an action name, not a task name when cheking for a meta task
+ - name: "meta"
+ debug:
+ msg: Hello
+
- name: ensure malformed raw_params on arbitrary actions are not ignored
debug:
garbage {{"with a template"}}