1
0
Fork 0
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:
James Cammarata 2015-09-25 07:54:12 -04:00
commit aedec951be

View file

@ -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)::