From 216457386451b25e0500ef01a5065ad83231ccc8 Mon Sep 17 00:00:00 2001 From: Maykel Moya Date: Mon, 17 Feb 2014 11:46:05 +0100 Subject: [PATCH] Filter name is singular --- docsite/rst/playbooks_variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }}