116becf381
Add a post run to enable copying the sample file generated to zuul logs. Change-Id: Ifc1e71ce486ef9cefc07dbe9fb7c78ce150317bd
11 lines
287 B
YAML
11 lines
287 B
YAML
- hosts: all
|
|
roles:
|
|
- role: fetch-tox-output
|
|
tasks:
|
|
- name: Copy generated config sample file
|
|
synchronize:
|
|
src: "{{ zuul.project.src_dir }}/etc/manila/manila.conf.sample"
|
|
dest: "{{ zuul.executor.log_root }}"
|
|
mode: pull
|
|
verify_host: true
|