Files
fedora-infra_ansible/vars/all/Frozen.yaml
Kevin Fenzi 860daa90a3 vars / frozen: quote variable
ansible wants variables like this quoted.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-02-18 15:30:40 -08:00

8 lines
211 B
YAML

---
# is the infrastructure freeze currently in place?
InfraFrozen: True
# is the pending release (Branched) currently frozen?
NextReleaseFrozen: True
# for 'backwards compatibility'
Frozen: "{{ InfraFrozen }}"