Install git-review under python3 for proposed updates

We were installing git-review under python2 in order to propose updates
to Gerrit. git-review happily runs under python3 so update the
installation to avoid python2.

Change-Id: I1671345d71cd60f6508a2c067c4e308680234afe
This commit is contained in:
Clark Boylan 2020-06-10 15:12:34 -07:00
parent 7fc1d3f880
commit 8ee0a3a869

View File

@ -1,7 +1,7 @@
- hosts: all
pre_tasks:
- name: Install git-review
command: pip install git-review
command: pip3 install git-review
become: yes
- name: Copy scripts to the script dir on the node