zuul/tests/fixtures/config/ansible/git/common-config/playbooks/multiple-parent-post.yaml

12 lines
252 B
YAML

- hosts: all
tasks:
- name: Register parent.txt file.
stat:
path: "{{zuul.executor.log_root}}/parent.txt"
register: parent_st
- name: Assert parent.txt exist.
assert:
that:
- parent_st.stat.exists