mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
vars / frozen: quote variable
ansible wants variables like this quoted. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -4,4 +4,4 @@ InfraFrozen: True
|
||||
# is the pending release (Branched) currently frozen?
|
||||
NextReleaseFrozen: True
|
||||
# for 'backwards compatibility'
|
||||
Frozen: {{ InfraFrozen }}
|
||||
Frozen: "{{ InfraFrozen }}"
|
||||
|
||||
Reference in New Issue
Block a user