michaelrigart / ansible-role-interfaces

An ansible role for configuring different network interfaces
GNU General Public License v3.0
83 stars 61 forks source link

Release 1.3.0 not downloadable from ansible galaxy #66

Open layereight opened 4 years ago

layereight commented 4 years ago

Hey,

I was not able to download the latest release 'v1.3.0' from ansible galaxy. I tried ansible-galaxy install -r roles.yml

roles.yml

---
  - name: MichaelRigart.interfaces
    version: "v1.3.0"

I get the following output from ansible-galaxy:

- downloading role 'interfaces', owned by MichaelRigart
[WARNING]: - MichaelRigart.interfaces was NOT installed successfully: - the specified version (v1.3.0) of MichaelRigart.interfaces was
not found in the list of available versions ([{u'download_url': u'https://github.com/michaelrigart/ansible-role-
interfaces/archive/v1.0.0.tar.gz', u'name': u'v1.0.0', u'created': u'2018-02-20T14:30:48.119034Z', u'url': u'', u'summary_fields': {},
u'modified': u'2018-06-19T08:29:08.095092Z', u'related': {}, u'commit_date': u'2017-12-20T15:17:49-05:00', u'version': u'1.0.0',
u'commit_sha': None, u'active': None, u'id': 53602}, {u'download_url': u'https://github.com/michaelrigart/ansible-role-
interfaces/archive/v1.1.0.tar.gz', u'name': u'v1.1.0', u'created': u'2018-08-06T08:07:41.385338Z', u'url': u'', u'summary_fields': {},
u'modified': u'2018-08-06T08:07:41.385367Z', u'related': {}, u'commit_date': u'2018-06-19T04:27:02-04:00', u'version': u'1.1.0',
u'commit_sha': u'fd7fc2589b6b7636c55540e1eae0609efc682ae7', u'active': None, u'id': 72116}, {u'download_url':
u'https://github.com/michaelrigart/ansible-role-interfaces/archive/v1.2.0.tar.gz', u'name': u'v1.2.0', u'created':
u'2019-01-29T11:44:54.965949Z', u'url': u'', u'summary_fields': {}, u'modified': u'2019-01-29T11:44:54.965972Z', u'related': {},
u'commit_date': u'2019-01-29T04:22:11-05:00', u'version': u'1.2.0', u'commit_sha': u'cd3bbd715c29276f642e0841e09eeb67d3a07e5a',
u'active': None, u'id': 86879}]).
markgoddard commented 4 years ago

Strange. I also can't see the role page on galaxy for any of Michael's roles, e.g. https://galaxy.ansible.com/michaelrigart/interfaces. It takes me to https://galaxy.ansible.com/not-found.

layereight commented 4 years ago

Jup. I noticed that too.

markgoddard commented 4 years ago

@michaelrigart any idea what's going on here?

markgoddard commented 4 years ago

I raised a bug with galaxy: https://github.com/ansible/galaxy/issues/2237