ansible-role-gitea/vars/main.yml

3 lines
94 B
YAML

---
gitea_arch: "{{ 'amd64' if ansible_architecture == 'x86_64' else ansible_architecture }}"