diff --git a/playbooks/proposal/pre.yaml b/playbooks/proposal/pre.yaml index 81c1b1ded3..117609ec73 100644 --- a/playbooks/proposal/pre.yaml +++ b/playbooks/proposal/pre.yaml @@ -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