zuul/tests/fixtures/config/ansible/git/org_project/playbooks/hello-world.yaml

6 lines
124 B
YAML

- hosts: all
tasks:
- copy:
content: "hello world"
dest: "{{zuul.executor.log_root}}/hello-world.txt"