Merge "Install git-review under python3 for proposed updates"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user