Skip to content

Commit

Permalink
Filter name is singular
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoya committed Feb 17, 2014
1 parent 5d686a4 commit 2164573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/rst/playbooks_variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}

Expand Down

0 comments on commit 2164573

Please sign in to comment.