ansible/vars/all/Frozen.yaml
Kevin Fenzi 06dfffb772 Fedora 44 is released, we are out of freeze
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-04-29 10:12:11 -07:00

7 lines
213 B
YAML

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