1419636930
Change-Id: I848d834aa36943027c126e26e93e4a4680521144 Story: 2002009 Task: 40037
11 lines
306 B
YAML
11 lines
306 B
YAML
---
|
|
- name: Ensure Kolla is installed and configured
|
|
hosts: container-image-builders
|
|
tags:
|
|
- kolla-build
|
|
roles:
|
|
- role: kolla
|
|
kolla_install_epel: "{{ dnf_install_epel }}"
|
|
- role: kolla-build
|
|
kolla_build_extra_config_path: "{{ kayobe_env_config_path }}/kolla/kolla-build.conf"
|