mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #12521 from mgedmin/patch-1
Typo in shell command in example
This commit is contained in:
@@ -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)::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user