summaryrefslogtreecommitdiff
path: root/playbooks/quick-start/run.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/quick-start/run.yaml')
-rw-r--r--playbooks/quick-start/run.yaml7
1 files changed, 1 insertions, 6 deletions
diff --git a/playbooks/quick-start/run.yaml b/playbooks/quick-start/run.yaml
index f8959c9a7..9ee18c3a7 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