aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/samples
diff options
context:
space:
mode:
Diffstat (limited to 'xtesting/samples')
-rw-r--r--xtesting/samples/helloworld.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/xtesting/samples/helloworld.yml b/xtesting/samples/helloworld.yml
new file mode 100644
index 00000000..399f0c04
--- /dev/null
+++ b/xtesting/samples/helloworld.yml
@@ -0,0 +1,6 @@
+---
+- name: Hello World!
+ hosts: 127.0.0.1
+ tasks:
+ - name: Hello World!
+ shell: echo "Hello World!"