From 5b2338b2bf8caa06d167f83ead4cd3f22dc4bf3a Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Fri, 18 Oct 2013 13:13:13 -0500 Subject: [PATCH] fix change_when example for False --- docsite/rst/playbooks_error_handling.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docsite/rst/playbooks_error_handling.rst b/docsite/rst/playbooks_error_handling.rst index 4be2b9eafd1..36c47e9a898 100644 --- a/docsite/rst/playbooks_error_handling.rst +++ b/docsite/rst/playbooks_error_handling.rst @@ -79,6 +79,7 @@ does not cause handlers to fire:: # this will never report 'changed' status - shell: wall 'beep' + changed_when: False .. seealso::