]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
add a playbook to test ansible failures fail-pb
authorAndrew Schoen <aschoen@redhat.com>
Thu, 13 Aug 2015 14:20:11 +0000 (09:20 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 13 Aug 2015 14:27:48 +0000 (09:27 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
test_failure.yml [new file with mode: 0644]

diff --git a/test_failure.yml b/test_failure.yml
new file mode 100644 (file)
index 0000000..7aa3de6
--- /dev/null
@@ -0,0 +1,6 @@
+---
+- hosts: all
+  tasks:
+    - debug:
+        msg: "I'll always fail..."
+      failed_when: true