
This variable is set to the default of the role, it's probably best we leave it out in case we make changes in the original default value globally. Change-Id: I3fb4e8b3ad93546debba726953acce18d33538f8
6 lines
161 B
YAML
6 lines
161 B
YAML
- hosts: all
|
|
roles:
|
|
- role: fetch-tox-output
|
|
- role: fetch-sphinx-output
|
|
sphinx_output_src: "{{ zuul.project.src_dir }}/releasenotes/build/html"
|