diff --git a/playbooks/quick-start/run.yaml b/playbooks/quick-start/run.yaml index f8959c9a7a..9ee18c3a74 100644 --- a/playbooks/quick-start/run.yaml +++ b/playbooks/quick-start/run.yaml @@ -5,14 +5,9 @@ roles: - name: install-docker use_upstream_docker: false + docker_compose_install: true - use-buildset-registry tasks: - - name: Install docker-compose - package: - name: - - docker-compose - state: present - become: true - name: Install git-review command: python3 -m pip install git-review become: true