
Add new playbook with correct path. Remove wrong playbook. Story: 2001291 Change-Id: If511c0074d24fbc6be40e9160dbec80263f9d551
6 lines
162 B
YAML
6 lines
162 B
YAML
- hosts: all
|
|
roles:
|
|
- role: fetch-tox-output
|
|
- role: fetch-sphinx-output
|
|
sphinx_output_src: "{{ zuul.project.src_dir }}/install-guide/build/html"
|