From c0495c3b9b501561d99421de3f1085cf0ed9bca2 Mon Sep 17 00:00:00 2001 From: Nigel Metheringham Date: Mon, 10 Sep 2012 12:31:52 +0100 Subject: [PATCH] Typo fix - playbook ignoring shell status return --- rst/playbooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rst/playbooks.rst b/rst/playbooks.rst index db12af810b..3b71e744db 100644 --- a/rst/playbooks.rst +++ b/rst/playbooks.rst @@ -208,7 +208,7 @@ them work just like you would expect. Simple:: action: command /sbin/setenforce 0 The command and shell module care about return codes, so if you have a command -who's successful exit code is not zero, you may wish to do this: +who's successful exit code is not zero, you may wish to do this:: tasks: - name: run this command and ignore the result