
The multiline change is about CR being removed. Change-Id: I54268c61b3f341fa0c373dda090cef1192acbb78
15 lines
423 B
YAML
15 lines
423 B
YAML
---
|
|
- name: Collect devstack stackenv file
|
|
fetch:
|
|
flat: true
|
|
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/confs/devstack/-stackenv"
|
|
src: "/opt/stack/devstack/.stackenv"
|
|
|
|
- name: Collect devstack config files
|
|
synchronize:
|
|
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/confs/devstack/"
|
|
mode: pull
|
|
src: "/opt/stack/devstack/{{ item }}"
|
|
with_items:
|
|
- local.conf
|