summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/playbooks/local_action_string.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/test/playbooks/local_action_string.yml')
-rw-r--r--test/schemas/test/playbooks/local_action_string.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/schemas/test/playbooks/local_action_string.yml b/test/schemas/test/playbooks/local_action_string.yml
new file mode 100644
index 0000000..e7dacc4
--- /dev/null
+++ b/test/schemas/test/playbooks/local_action_string.yml
@@ -0,0 +1,3 @@
+- hosts: localhost
+ tasks:
+ - local_action: "ansible.builtin.debug msg=hello"