ansible-redis
ansible-redis copied to clipboard
role on Ansible Galaxy needs updating (hasn't been updated for 3 years)
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!
対↓処↑方↗法↘
ansible-galaxy install -f https://github.com/DavidWittman/ansible-redis/archive/refs/tags/1.2.12.tar.gz,1.2.12,davidwittman.redis