1 2 3 4 5 6 7 8
--- - hosts: localhost tasks: - name: shell no pipe shell: echo hello - name: shell with jinja filter shell: echo {{"hello"|upper}}