Merge "Install git-review under python3 for proposed updates"

This commit is contained in:
Zuul
2020-06-11 23:45:48 +00:00
committed by Gerrit Code Review

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