Hi
I whipped up a very simple redis playbook this evening …
Everything seems to work as expected, but for some reason the “start service” command does not seem to be working as expected, as the service is not being started as expected
- name: start redis-server
action: service name=redis-server state=started enabled=yes
Please refer to the entire playbook here: http://pastie.org/5728488
Am I missing anything?
-Chetan