zuul-jobs/playbooks/releasenotes/run.yaml
vass c0b358fedb Rename install-if-python to ensure-if-python for consistency
The old role will be kept and include ensure-if-python for backwards-compatability.

Change-Id: Ief86799bcd91358d3ce8b6badda272a26ee04002
2020-04-04 15:41:29 -04:00

7 lines
173 B
YAML

- hosts: all
roles:
- role: ensure-if-python
# Releasenotes do not need the package itself to be installed
install_package: false
- build-releasenotes