- Add .forgejo/workflows/* to ignore list since workflow files use GitHub Actions syntax (like 'on:') that doesn't conform to Ansible YAML truthy value requirements - Fix truthy values in vars files to use lowercase 'true'/'false' instead of 'True'/'False' to comply with yamllint requirements
7 lines
213 B
YAML
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 }}"
|