ipr-cnrs / glpi-agent

Install and manage glpi-agent on linux
2 stars 1 forks source link

New version are not available with ansible-galaxy install command #3

Open roumano opened 8 months ago

roumano commented 8 months ago

The lasted version available with ansible-galaxy install is the v1.1.1 :

ansible-galaxy install ipr-cnrs.glpi_agent
Starting galaxy role install process
- downloading role 'glpi_agent', owned by ipr-cnrs
- downloading role from https://github.com/ipr-cnrs/glpi-agent/archive/v1.1.1.tar.gz
...

If, we try to specify the version to v1.1.2 or v1.2.0, it's crash and refuse to install :

ansible-galaxy install ipr-cnrs.glpi_agent,v1.2.0 --force
Starting galaxy role install process
- changing role ipr-cnrs.glpi_agent from v1.1.1 to v1.2.0
- downloading role 'glpi_agent', owned by ipr-cnrs
[WARNING]: - ipr-cnrs.glpi_agent was NOT installed successfully: - the specified version (v1.2.0) of ipr-cnrs.glpi_agent was not found in the list of
available versions ([{'id': '1281339c-b69f-439e-a232-24a0afa63002', 'name': 'v1.0.0', 'version': '1.0.0', 'created': '2022-11-17T16:46:51.254562Z',
'modified': '2022-11-17T16:46:51.254590Z', 'commit_date': '2022-11-17T11:40:19-05:00', 'commit_sha': '7d260114c211ee619cede338bec3479b2d9f669d',
'download_url': 'https://github.com/ipr-cnrs/glpi-agent/archive/v1.0.0.tar.gz'}, {'id': '84a0d283-caf7-46b0-9b3c-f4a2c4318b6f', 'name': 'v1.0.1',
'version': '1.0.1', 'created': '2023-05-22T09:40:44.767849Z', 'modified': '2023-05-22T09:40:44.767876Z', 'commit_date': '2023-05-22T05:20:25-04:00',
'commit_sha': 'a3c8eccfce5e8d2b66ec22c0acb32bcfd9d8f04a', 'download_url': 'https://github.com/ipr-cnrs/glpi-agent/archive/v1.0.1.tar.gz'}, {'id':
'055c4576-6663-4682-bc95-12e5bfc7cbf2', 'name': 'v1.1.0', 'version': '1.1.0', 'created': '2023-08-07T13:55:29.943169Z', 'modified':
'2023-08-07T13:55:29.943197Z', 'commit_date': '2023-08-07T09:20:14-04:00', 'commit_sha': '9e9285924c92692bf9c4b92fc09c036ca554723e', 'download_url':
'https://github.com/ipr-cnrs/glpi-agent/archive/v1.1.0.tar.gz'}, {'id': '0519fdb4-4711-467c-86e9-b6b4cd428ccf', 'name': 'v1.1.1', 'version': '1.1.1',
'created': '2023-08-07T16:26:52.996173Z', 'modified': '2023-08-07T16:26:52.996201Z', 'commit_date': '2023-08-07T12:22:01-04:00', 'commit_sha':
'c530442da6c6b25bb2835f637ae1b08b2fb82ad6', 'download_url': 'https://github.com/ipr-cnrs/glpi-agent/archive/v1.1.1.tar.gz'}]).
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
mathieumd commented 6 months ago

Same here. It looks like 3021341916da6924fc77049ca11279dd56247691 did not works as I would have hoped! :-)