summaryrefslogtreecommitdiffstats
path: root/test/command-instead-of-shell-failure.yml
blob: 7b8d8295332e22c1c04c25b36a3e80e9956af9af (plain)
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}}