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

File version mismatch in ansible-galaxy and github

Open VyacheslavSemin opened this issue 3 years ago • 1 comments

Hello. After installing the role (Ansible) using the command "ansible-galaxy install davidwittman.redis" an archive will be downloaded and unpacked. It contains files different from those which are currently on Github. For example, there is no "redis_protected_mode:" variable, although it's added to the repository.

VyacheslavSemin avatar Sep 09 '20 15:09 VyacheslavSemin

That's because there is an older version on Galaxy: 1.2.8

If you want the files for that version, check here: https://github.com/DavidWittman/ansible-redis/tree/1.2.8

Otherwise do not install the galaxy version but the git-version. This way you get the latest version.

rndmh3ro avatar Nov 27 '20 19:11 rndmh3ro