RedHat-EMEA-SSA-Team / hetzner-ocp4

Installing OCP 4 on single bare metal server.
Apache License 2.0
183 stars 114 forks source link

Correct Jinja Code for IDP Management. #311

Closed jwalzer closed 5 months ago

jwalzer commented 5 months ago

Description

I stumbled over this when working on MacOS without EE but with a recent local python/ansibe combo

The Jinja-Code looked awkward and and was (in my case) evaluated completely as string concatenation.

Putting the correct jinja evaluation around all the variables fixes type ambiguity

Checklist/ToDo's

rbo commented 5 months ago

LGTM