I'm getting an error on the redis role, and I have to confess, I'm not terribly at home with provisioning yet.
The output
TASK: [DavidWittman.redis | install dependencies] *****************************
ok: [default] => (item=gcc,make,libc6-dev)
TASK: [DavidWittman.redis | install dependencies] *****************************
skipping: [default]
TASK: [DavidWittman.redis | enable overcommit in sysctl] **********************
ok: [default]
TASK: [DavidWittman.redis | add redis user] ***********************************
failed: [default] => {"failed": true, "name": "redis", "rc": 8}
msg: usermod: user redis is currently logged in
I'm using ansible version 1.9 and just reinstalled DavidWittman.redis. Any insights you can offer?
Also posted issue on DavidWittman repo.
I'm getting an error on the redis role, and I have to confess, I'm not terribly at home with provisioning yet.
The output
I'm using ansible version 1.9 and just reinstalled DavidWittman.redis. Any insights you can offer?
Also posted issue on DavidWittman repo.