mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
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