ansible-redis
ansible-redis copied to clipboard
Running on a umask 027 machine fails to start redis
We have a hardened environment where the umask is set 027 globally, so the /etc/redis directory is created and non of the configuration can be read by the redis user. Adding a mode=0755 to the file modules would make the permissions explicitly readable.
I'm happy to submit a PR if you'd like.
I'm happy to submit a PR if you'd like.
Please do!