Fail example
authorLorin Hochstein <lhochstein@netflix.com>
Mon, 20 Feb 2017 02:33:30 +0000 (18:33 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Mon, 20 Feb 2017 02:33:30 +0000 (18:33 -0800)
debugging/fails.yml [new file with mode: 0644]

diff --git a/debugging/fails.yml b/debugging/fails.yml
new file mode 100644 (file)
index 0000000..8137590
--- /dev/null
@@ -0,0 +1,7 @@
+---
+- name: a playbook that fails
+  strategy: debug
+  hosts: localhost
+  tasks:
+    - name: try to apt install a package
+      apt: name=foo