mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-19 19:46:38 +08:00
8 lines
212 B
YAML
8 lines
212 B
YAML
---
|
|
# is the infrastructure freeze currently in place?
|
|
InfraFrozen: False
|
|
# is the pending release (Branched) currently frozen?
|
|
NextReleaseFrozen: True
|
|
# for 'backwards compatibility'
|
|
Frozen: "{{ InfraFrozen }}"
|