vars / frozen: quote variable

ansible wants variables like this quoted.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-02-18 15:30:40 -08:00
parent 4aa261f704
commit 860daa90a3

View file

@ -4,4 +4,4 @@ InfraFrozen: True
# is the pending release (Branched) currently frozen?
NextReleaseFrozen: True
# for 'backwards compatibility'
Frozen: {{ InfraFrozen }}
Frozen: "{{ InfraFrozen }}"