You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 modulesansible.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!
The text was updated successfully, but these errors were encountered: