ansible/vars/all/Frozen.yaml
Ryan Lerch 0e64c90fea Fix yamllint truthy warnings
- 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
2026-08-05 21:27:26 +00: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 }}"