mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +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 }}"
|