Merge "barometer_docker: add barometer-snmp to build"
[releng.git] / utils / build-server-ansible / vars / docker-compose-CentOS.yml
1 #############################################################################
2 # Copyright (c) 2016 The Linux Foundation and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 ---
9 - name: Ensure docker compose is installed.
10   yum:
11     name: 'docker-compose'
12     state: present