mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
8 lines
213 B
YAML
8 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 }}"
|