hifis-net / ansible-role-gitlab-runner

:warning: PLEASE NOTE: This role has been migrated to our hifis.toolkit collection. :warning: Ansible role for deploying GitLab-Runner. The role is optimized for use with Openstack.
https://galaxy.ansible.com/ui/repo/published/hifis/toolkit/
Other
8 stars 2 forks source link

Download correct binaries for non x86_64 architectures #122

Closed tobiashuste closed 1 year ago

tobiashuste commented 1 year ago

So far x86_64 was hardcoded. Thus the role failed on non x86_64 architectures. This change uses the ansible_architecture variable to download the correct binary.

Closes #121

tobiashuste commented 1 year ago

@christianhueserhzdr Could you check this small fix?