summaryrefslogtreecommitdiff
path: root/docsite
diff options
context:
space:
mode:
authorMaykel Moya <mmoya@mmoya.org>2014-02-17 11:46:05 +0100
committerMaykel Moya <mmoya@mmoya.org>2014-02-17 11:46:05 +0100
commit216457386451b25e0500ef01a5065ad83231ccc8 (patch)
treee570ecbb2409dd5f711ba6f92d69edb620ddf6eb /docsite
parent5d686a459cdf0d2430b2f687ca503b4f3b9bd3ed (diff)
downloadansible-216457386451b25e0500ef01a5065ad83231ccc8.tar.gz
Filter name is singular
Diffstat (limited to 'docsite')
-rw-r--r--docsite/rst/playbooks_variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst
index bca0d0f1b1..cfa53f2cda 100644
--- a/docsite/rst/playbooks_variables.rst
+++ b/docsite/rst/playbooks_variables.rst
@@ -172,7 +172,7 @@ The variable value will be used as is, but the template evaluation will raise an
Defaulting Undefined Variables
------------------------------
-Jinja2 provides a useful 'defaults' filter, that is often a better approach to failing if a variable is not defined.
+Jinja2 provides a useful 'default' filter, that is often a better approach to failing if a variable is not defined.
{{ some_variable | default(5) }}