diff --git a/playbooks/releasenotes/pre.yaml b/playbooks/releasenotes/pre.yaml index af3b95c08e..3a3a637b31 100644 --- a/playbooks/releasenotes/pre.yaml +++ b/playbooks/releasenotes/pre.yaml @@ -1,4 +1,12 @@ - hosts: all roles: - - ensure-reno + - 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 diff --git a/playbooks/releasenotes/run.yaml b/playbooks/releasenotes/run.yaml index 116c6888df..378cac9151 100644 --- a/playbooks/releasenotes/run.yaml +++ b/playbooks/releasenotes/run.yaml @@ -1,3 +1,4 @@ - hosts: all roles: + - install-if-python - build-releasenotes