ANXS / postgresql

Fairly full featured Ansible role for Postgresql.
http://anxs.io/
MIT License
849 stars 573 forks source link

There is no version v1.12.0 on galaxy repository #467

Closed amacvar closed 2 years ago

amacvar commented 4 years ago

Hi, Relatively new to this, but seems that galaxy repository is missing latest v1.12.0 https://galaxy.ansible.com/anxs/postgresql

In the meanwhile (please confirm), I was able to install using this: (Thank you #227 @moviedo )

ansible-galaxy install ANXS.postgresql -r install_roles.yml --force

cat install_roles.yml

taybin commented 4 years ago

I see this as well.

moviedo commented 4 years ago

I believe this issue is related to the missing role_name property in the meta file. Ansible galaxy docs state they've deprecated the old logic of parsing the repo name for determining the role's name.

pescobar commented 4 years ago

if would be nice if latest release is published in galaxy

taybin commented 4 years ago

@amacvar

cat install_roles.yml

* src: https://github.com/ANXS/postgresql
  version: v1.12.0
  name: ANXS.postgresql

To be clear, the contents of this file should be:

roles:
  - src: https://github.com/ANXS/postgresql
    version: v1.12.0
    name: ANXS.postgresql
taybin commented 4 years ago

Any update on this?

gclough commented 3 years ago

We have had problems with it syncing in the past. Let me see if @otakup0pe or @jlozadad can help. v13 should be available soon, to we will want that reflected in Galaxy as well.

otakup0pe commented 2 years ago

Will look into this and see whats up. At the least, can do a manual release.