Merge "Do not install reno globally using pip"

This commit is contained in:
Zuul 2025-03-11 23:09:44 +00:00 committed by Gerrit Code Review
commit cc204d0a07
2 changed files with 1 additions and 6 deletions
roles/deploy-env/tasks

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