ansible-redis icon indicating copy to clipboard operation
ansible-redis copied to clipboard

role on Ansible Galaxy needs updating (hasn't been updated for 3 years)

Open beachrunner2k opened this issue 1 year ago • 1 comments

Performing $ ansible-galaxy install davidwittman.redis installs the dated version 1.2.9 of the role from Ansible Galaxy. This version has issues like using deprecated modules ansible.builtin.include which fail to work with recent Ansible versions.

Can you please import the latest release of the role (1.2.12) into Ansible Galaxy?

This can be quite easily done by going to the below URL and then clicking the "Import new version" button (so long as you are singed into Galaxy with GitHub). https://galaxy.ansible.com/ui/standalone/roles/DavidWittman/redis/versions/

Thank you, appreciate your work!

beachrunner2k avatar May 19 '24 11:05 beachrunner2k

対↓処↑方↗法↘

ansible-galaxy install -f https://github.com/DavidWittman/ansible-redis/archive/refs/tags/1.2.12.tar.gz,1.2.12,davidwittman.redis

sikha-root avatar Nov 29 '24 01:11 sikha-root