Merge "releasenotes: Remove package install"

This commit is contained in:
Zuul 2017-12-12 20:19:21 +00:00 committed by Gerrit Code Review
commit cacbc30ee0
2 changed files with 3 additions and 3 deletions

View File

@ -7,6 +7,4 @@
doc_building_packages: doc_building_packages:
- sphinx - sphinx
- reno - reno
# TODO(jaegerandi): Remove once all repos are fixed.
install_package: yes
- revoke-sudo - revoke-sudo

View File

@ -1,4 +1,6 @@
- hosts: all - hosts: all
roles: roles:
- install-if-python - role: install-if-python
# Releasenotes do not need the package itself to be installed
install_package: false
- build-releasenotes - build-releasenotes