zuul/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/synchronize-rsh-env-bad.yaml

9 lines
213 B
YAML

- hosts: all
tasks:
- synchronize:
src: "/proc/cmdline"
dest: "{{ zuul.executor.log_root }}/noop"
mode: pull
environment:
RSYNC_RSH: "{{ zuul.executor.log_root }}/oops"