zuul/tests/fixtures/config/ansible/git/common-config/playbooks/first-fail-post.yaml

12 lines
240 B
YAML

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