From: Lorin Hochstein Date: Mon, 20 Feb 2017 02:33:30 +0000 (-0800) Subject: Fail example X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=5a47c312115451bf68da7d1466192b0fda132683;p=ansiblebook.git Fail example --- diff --git a/debugging/fails.yml b/debugging/fails.yml new file mode 100644 index 0000000..8137590 --- /dev/null +++ b/debugging/fails.yml @@ -0,0 +1,7 @@ +--- +- name: a playbook that fails + strategy: debug + hosts: localhost + tasks: + - name: try to apt install a package + apt: name=foo