mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #12521 from mgedmin/patch-1
Typo in shell command in example
This commit is contained in:
commit
aedec951be
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