Closed methodmain closed 4 years ago
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.
Using this role I found that
systemctl status redis-server
would returnIn
tasks/main.yml
there is the lineservice: "name={{ redis_daemon }} state=started enabled=yes"
which should enable the service.To get around this I added my own task after the
geerlingguy.redis
role completed:which effectively didn't change anything. I finally tried:
this did work with the output:
I would expect that the service should be enabled to start with, and also that the initial attempt to enable would work. I wouldn't rule out user error but figured I'd submitted an issue anyway. Let me know if I can provide any other info.