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
This commit is contained in:
Mohammed Naser 2020-02-14 21:34:36 +01:00
parent 418a144e93
commit 143ac07788
1 changed files with 1 additions and 6 deletions

View File

@ -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