Merge "Install pbr in pip3 role to fix issue xenial"

This commit is contained in:
Zuul 2021-05-27 16:39:06 +00:00 committed by Gerrit Code Review
commit fce07e7602
1 changed files with 10 additions and 0 deletions

View File

@ -39,3 +39,13 @@
loop:
- pip
- virtualenv
# TODO(frickler): pbr is being installed as a workaround for issues
# with eavesdrop running on xenial with py27/35. It can be dropped
# once the host has been upgraded
- name: Install latest pbr on xenial
pip:
name: pbr
state: latest
executable: pip3
when: ansible_distribution_release == 'xenial'