ansible-role-gitea/vars/main.yml

2 lines
93 B
YAML

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