ironic-python-agent-builder/playbooks/ironic-python-agent-build-i.../extra-logs.yaml

8 lines
132 B
YAML

- hosts: all
tasks:
- name: Collect disk usage info
shell: "df > {{ zuul_output_dir }}/logs/df.txt"
become: yes