summaryrefslogtreecommitdiff
path: root/docsite
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-02-15 14:05:42 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2014-02-15 14:05:42 -0500
commit6f9ca7cfa56f7cc7a56a14f7c92d1974e3bb1bc9 (patch)
treecb20a649cf1f827412d53b3cec049e93b1041040 /docsite
parent47316074fe53ec25ee14177ee53fb62c3901912d (diff)
downloadansible-6f9ca7cfa56f7cc7a56a14f7c92d1974e3bb1bc9.tar.gz
Some minor docs corrections.
Diffstat (limited to 'docsite')
-rw-r--r--docsite/rst/playbooks_error_handling.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docsite/rst/playbooks_error_handling.rst b/docsite/rst/playbooks_error_handling.rst
index af5c021da5..98ffb2860f 100644
--- a/docsite/rst/playbooks_error_handling.rst
+++ b/docsite/rst/playbooks_error_handling.rst
@@ -26,6 +26,9 @@ write a task that looks like this::
command: /bin/false
ignore_errors: yes
+Note that the above system only governs the failure of the particular task, so if you have an undefined
+variable used, it will still raise an error that users will need to address.
+
.. _controlling_what_defines_failure:
Controlling What Defines Failure