Typo in shell command in example
This commit is contained in:
parent
ccddda1ebc
commit
b57d549e16
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ Other Useful Filters
|
|||
|
||||
To add quotes for shell usage::
|
||||
|
||||
- shell: echo={{ string_value | quote }}
|
||||
- shell: echo {{ string_value | quote }}
|
||||
|
||||
To use one value on true and another on false (new in version 1.9)::
|
||||
|
||||
|
|
Loading…
Reference in a new issue