c93a1b21a2
We duplicate the afs upload in many playbooks, use instead the now parameterized playbooks/publish/openstack-afs playbook. Change-Id: I3c6b9b5eb82a2628411571299eaedbf11f0e5d56
9 lines
248 B
YAML
9 lines
248 B
YAML
- hosts: all
|
|
roles:
|
|
- role: write-root-marker
|
|
when: zuul_success | bool
|
|
- role: fetch-sphinx-output
|
|
sphinx_output_suffix: "/"
|
|
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
|
|
when: zuul_success | bool
|