ansible-github_actions_runner
ansible-github_actions_runner copied to clipboard
bug: unable to install the latest role release from Ansible Galaxy
Summary
Currently the installation of this Ansible Role from the Ansible Galaxy does not work. Affected are release newer than of version 1.18.7. Related issue https://github.com/ansible/galaxy/issues/3335
Issue Type
Bug Report
Ansible Version
all
Steps to Reproduce
ansible-galaxy info monolithprojects.github_actions_runner
Role: monolithprojects.github_actions_runner
description: Deploy Github Actions private runner
commit: b9446130396072f8e919742fb3ab0fc8c7cc934f
commit_message: Merge pull request #191 from MonolithProjects/feat/ci
ci: adjust workflow triggers
created: 2023-05-08T21:17:02.827720Z
download_count: 136199
github_branch: 1.18.7
github_repo: ansible-github_actions_runner
github_user: MonolithProjects
id: 19739
imported: 2023-12-02T23:28:55.952463
modified: 2023-12-02T23:28:56.335793Z
path: ('/home/mike/.ansible/roles', '/usr/share/ansible/roles', '/etc/ansible/roles')
upstream_id: None
username: MonolithProjects
Expected Results
ansible-galaxy install monolithprojects.github_actions_runner will install the latest role release (1.19.0)
Actual Results
ansible-galaxy install monolithprojects.github_actions_runner will install the role release 1.18.7.
Issue in Ansible Forum https://forum.ansible.com/t/two-namespaces-with-same-name-on-galaxy-ng/2670
Created separate topic https://forum.ansible.com/t/please-fix-my-galaxy-namespace/5176
looks like your topic was resolved https://forum.ansible.com/t/please-fix-my-galaxy-namespace/5176/4
would appreciate being able to use new features!
Yep, will have to look into it. However, you can install latest release using ansible-galaxy even now. Just point it to this git repo and release tag. https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#installing-a-specific-version-of-a-role
On Mon, Sep 9, 2024, 20:24 sukoneck @.***> wrote:
looks like your topic was resolved https://forum.ansible.com/t/please-fix-my-galaxy-namespace/5176/4
would appreciate being able to use new features!
— Reply to this email directly, view it on GitHub https://github.com/MonolithProjects/ansible-github_actions_runner/issues/196#issuecomment-2338802508, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEXDT7D7ODU2YIDMOC5EIJLZVXRXRAVCNFSM6AAAAABN5DNYPOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZYHAYDENJQHA . You are receiving this because you were assigned.Message ID: <MonolithProjects/ansible-github_actions_runner/issues/196/2338802508@ github.com>
great, thanks!
appreciate the tip, we will use that method 👍