summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorMohammed Naser <mnaser@vexxhost.com>2020-02-14 21:34:36 +0100
committerMohammed Naser <mnaser@vexxhost.com>2020-02-14 21:34:36 +0100
commit143ac07788d7113b83bdb53c50d54870c880c8fd (patch)
tree823c45155dd07bb9740345263ae6818b7591af7c /playbooks
parent418a144e93913cd1bb3f865637d2e48af4f2f908 (diff)
downloadzuul-143ac07788d7113b83bdb53c50d54870c880c8fd.tar.gz
cleanup: install docker-compose via role
install-docker allows us to install docker-compose, so why not just use that instead and test our roles. Depends-On: https://review.opendev.org/707902 Change-Id: Ie45cbcd6ad05d035e708fed45348e498a35a8eac
Diffstat (limited to 'playbooks')
-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