summaryrefslogtreecommitdiffstats
path: root/apex/tests/playbooks/test_playbook.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'apex/tests/playbooks/test_playbook.yaml')
-rw-r--r--apex/tests/playbooks/test_playbook.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/apex/tests/playbooks/test_playbook.yaml b/apex/tests/playbooks/test_playbook.yaml
new file mode 100644
index 00000000..800d8fde
--- /dev/null
+++ b/apex/tests/playbooks/test_playbook.yaml
@@ -0,0 +1,5 @@
+---
+- hosts: localhost
+ tasks:
+ - debug:
+ msg: "Test playbook"