summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/remote-zuul-stream/git/common-config/playbooks/command-localhost.yaml
blob: 629f3398cb690f5c532325757e794f894207f883 (plain)
1
2
3
4
5
6
7
- hosts: localhost
  tasks:
    - name: Local shell task with python exception
      command: echo foo
      args:
        chdir: /local-shelltask/somewhere/that/does/not/exist
      failed_when: false