[deploy-env] Install reno for OSH jobs

This commit requires reno installed on the system:
https://review.opendev.org/c/openstack/openstack-helm/+/940142

Change-Id: I874fabc0199229d8e05d1e0bb2626d7630c06a12
This commit is contained in:
astebenkova 2025-02-03 09:54:12 +02:00
parent 7a403d5db2
commit 117b08c6fc

View File

@ -70,4 +70,9 @@
- uuid-runtime
- vim
- wireguard
- name: Install reno
pip:
name: reno>=4.1.0
extra_args: "--ignore-installed"
...