cc59ca16ab
It is possible doc/build/html is not the output path for sphinx. So default to it but allow a user to override the value. Change-Id: Ifdb258a9342216d9a2ea0162d7d00dbf0ad7fdeb Signed-off-by: Paul Belanger <pabelanger@redhat.com>
7 lines
158 B
YAML
7 lines
158 B
YAML
- name: Collect sphinx build html
|
|
synchronize:
|
|
dest: "{{ zuul_executor_dest }}"
|
|
mode: pull
|
|
src: "{{ sphinx_output_src }}"
|
|
verify_host: true
|