mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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::
|
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)::
|
To use one value on true and another on false (new in version 1.9)::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue