manila/playbooks/manila-tox-genconfig/post.yaml
Goutham Pacha Ravi 116becf381 Publish sample config file in the genconfig job
Add a post run to enable copying the sample file
generated to zuul logs.

Change-Id: Ifc1e71ce486ef9cefc07dbe9fb7c78ce150317bd
2019-01-04 04:01:51 +00:00

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