From 143ac07788d7113b83bdb53c50d54870c880c8fd Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 14 Feb 2020 21:34:36 +0100 Subject: 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 --- playbooks/quick-start/run.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'playbooks/quick-start/run.yaml') 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 -- cgit v1.2.1