summaryrefslogtreecommitdiffstats
path: root/apex/tests/playbooks
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-09-08 12:40:05 -0400
committerDan Radez <dradez@redhat.com>2017-09-11 19:12:57 -0400
commit8669c687a75a00106b055add49b82fee826b8fe8 (patch)
tree747316581fe48c60a7e4201e981c3f79d1b10671 /apex/tests/playbooks
parent8d3d5e679fba8e4140730e60809fc4f71cdc098e (diff)
Show ansible tasks as they complete
Change-Id: I1b68d70fd97076a7f2ca68091a6e94d87b72efa2 Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'apex/tests/playbooks')
-rw-r--r--apex/tests/playbooks/test_failed_playbook.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/apex/tests/playbooks/test_failed_playbook.yaml b/apex/tests/playbooks/test_failed_playbook.yaml
new file mode 100644
index 00000000..d12cefb1
--- /dev/null
+++ b/apex/tests/playbooks/test_failed_playbook.yaml
@@ -0,0 +1,5 @@
+---
+- hosts: localhost
+ tasks:
+ - fail:
+ msg: "Failure to test with"