summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/remote-zuul-stream/git/common-config/playbooks/command-localhost.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/config/remote-zuul-stream/git/common-config/playbooks/command-localhost.yaml')
-rw-r--r--tests/fixtures/config/remote-zuul-stream/git/common-config/playbooks/command-localhost.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/fixtures/config/remote-zuul-stream/git/common-config/playbooks/command-localhost.yaml b/tests/fixtures/config/remote-zuul-stream/git/common-config/playbooks/command-localhost.yaml
new file mode 100644
index 000000000..629f3398c
--- /dev/null
+++ b/tests/fixtures/config/remote-zuul-stream/git/common-config/playbooks/command-localhost.yaml
@@ -0,0 +1,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