Merge "Install pbr in pip3 role to fix issue xenial"
This commit is contained in:
commit
fce07e7602
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user