--- - 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_config_paths_static: - "{{ kayobe_config_path }}" kolla_build_config_paths_extra: "{{ kolla_build_config_paths_static + kayobe_env_search_paths }}" kolla_base_tag: "{{ kolla_base_distro_version }}"