Merge "releasenotes: Remove package install"
This commit is contained in:
commit
cacbc30ee0
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user