jgeusebroek / ansible-role-maxmind-geoip

An Ansible Role that installs and configures the Maxmind GeoIP databases
4 stars 9 forks source link

v1.6 not available in Ansible Galaxy #6

Open brlin-tw opened 3 years ago

brlin-tw commented 3 years ago
$ ansible-galaxy install -r requirements.yml 
Starting galaxy role install process
- downloading role 'maxmind_geoip', owned by jgeusebroek
[WARNING]: - jgeusebroek.maxmind_geoip was NOT installed successfully: - the specified version (v1.6) of jgeusebroek.maxmind_geoip was not
found in the list of available versions ([{'id': 59560, 'url': '', 'related': {}, 'summary_fields': {}, 'created':
'2018-05-08T10:03:45.636551Z', 'modified': '2018-06-23T19:05:29.300569Z', 'name': 'v1.4', 'version': None, 'commit_date':
'2018-05-08T04:38:06-04:00', 'commit_sha': None, 'download_url': 'https://github.com/jgeusebroek/ansible-role-maxmind-
geoip/archive/v1.4.tar.gz', 'active': None}]).
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.

It appears that Ansible Galaxy only has v1.4, please publish newer versions.

misilot commented 9 months ago
- name: jgeusebroek.maxmind_geoip
  src: git+https://github.com/jgeusebroek/ansible-role-maxmind-geoip
  version: "v1.6"

Is how I included this