project-config/playbooks/releasenotes/pre.yaml
Monty Taylor 6a8704e259
Update releasenotes publish job to use ensure-sphinx
The build-releasenotes role got updated so we need to switch to
ensure-sphinx here.

Change-Id: I1149f8b3d994f1d6af2cfce09a42a9bdc6865efd
2017-11-21 14:58:53 -06:00

13 lines
298 B
YAML

- hosts: all
roles:
- role: bindep
bindep_profile: doc
bindep_dir: "{{ zuul_work_dir }}"
- role: ensure-sphinx
doc_building_packages:
- sphinx
- reno
# TODO(jaegerandi): Remove once all repos are fixed.
install_package: yes
- revoke-sudo