David Wittman
David Wittman
Currently, these should be set to `"yes"` or `"no"` (with quotes) to avoid being interpreted by YAML as booleans and ending up as True/False in the config. While I think...
@ranjeetranjan Could you please include the playbook which you used and the target distribution (Ubuntu, RedHat, etc.)?
Thanks @joshbenner! These changes are excellent and have been sorely needed in this role for quite while. I'll do some testing around this PR and add it to the 2.0...
> I'm happy to submit a PR if you'd like. Please do!
That's... strange. This seems like an Ansible bug. I was able to reproduce it on all the versions which this role supports. I'll have to find some time to look...
Thanks @amritsingh! I'm adding this to the 2.0 milestone for this role when I will be deprecating support for Ansible 1.x.
Could you provide an example? In my testing, Redis seems to log to stdout as long as the `logfile` configuration is set to an empty string. Please include your Redis...
Fuck yes. I've been meaning to do this for a while now. I'll mess around with this later and get it marged.
@danielkza have the sys.vm.overcommit tests been failing for you in Docker? I'm considering adding the following to the serverspec to avoid the issue: ``` diff diff --git a/test/integration/service-name/serverspec/redis_spec.rb b/test/integration/service-name/serverspec/redis_spec.rb index...
@danielkza Thanks. I'll add that to the tests, or just set `privileged: true` in kitchen.yml to get around that. I'm also having issues running the tests on systemd, even with...