zuul/tests/fixtures/config/remote-zuul-stream/git/common-config/playbooks/command-localhost.yaml

8 lines
202 B
YAML

- 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