From: Andrew Schoen Date: Thu, 13 Aug 2015 14:20:11 +0000 (-0500) Subject: add a playbook to test ansible failures X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Ffail-pb;p=ceph-cm-ansible.git add a playbook to test ansible failures Signed-off-by: Andrew Schoen --- diff --git a/test_failure.yml b/test_failure.yml new file mode 100644 index 00000000..7aa3de6d --- /dev/null +++ b/test_failure.yml @@ -0,0 +1,6 @@ +--- +- hosts: all + tasks: + - debug: + msg: "I'll always fail..." + failed_when: true