TOSIT-IO / tdp-collection-extras

Ansible roles to deploy the extra components of TDP
Apache License 2.0
5 stars 13 forks source link

fix: undefined variable in tdp_cluster #175

Closed giem-git closed 5 months ago

giem-git commented 5 months ago

Comments

When tdp_observability is not installed, some variables referenced in tdp_extra/tdp_vars_default/tdp_cluster/tdp_cluster.yml are missing.

This fix addresses that issue by protecting them with a | default('')

Agreements