kolla-ansible/ansible/roles/horizon
Andrey Kurilin 97cd173177 Fix broken list concatenation in horizon role
Starting with ansible-core 2.13, list concatenation format is changed
and does not support concatenation operations outside of the jinja template.

The format change:

  "[1] + {{ [2] }}" -> "{{ [1] + [2] }}"

This affects the horizon role that iterates over existing policy files to
override and concatenate them into a single variable.

Co-Authored-By: Dr. Jens Harbott <harbott@osism.tech>

Closes-Bug: #2045660
Change-Id: I91a2101ff26cb8568f4615b4cdca52dcf09e6978
2023-12-05 16:59:20 +01:00
..
defaults Add support for LetsEncrypt-managed certs 2023-11-07 10:59:51 +01:00
handlers Rename kolla_docker to kolla_container 2023-11-15 13:54:57 +01:00
tasks Fix broken list concatenation in horizon role 2023-12-05 16:59:20 +01:00
templates Fix Horizon WSGI application log parsing 2023-11-28 14:43:18 +00:00
vars Move project_name and kolla_role_name to role vars 2021-12-31 09:26:25 +00:00