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