diff --git a/playbooks/tutorial/run-tutorial.yaml b/playbooks/tutorial/run-tutorial.yaml index 6ea0494e18..dbf6557bae 100644 --- a/playbooks/tutorial/run-tutorial.yaml +++ b/playbooks/tutorial/run-tutorial.yaml @@ -1,6 +1,6 @@ - block: - name: Install git-review - command: python3 -m pip install git-review podman-compose + command: python3 -m pip install git-review podman-compose==1.2.0 become: true when: not local