summaryrefslogtreecommitdiffstats
path: root/test/command-check-failure.yml
blob: d58c09d786913c2e058ee0d65b410f9f0c8df7ef (plain)
1
2
3
4
5
6
7
8
9
10
11
- hosts: localhost
  tasks:
  - name: command without checks
    command: echo blah
    args:
      chdir: X

  - name: shell without checks
    shell: echo blah
    args:
      chdir: X