Playbook - Start Service Issue

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

(A) Checked log files?

(B) What consitutes "not as expected"?

(C) Try debugging with hacking/test-module locally.

(D) What OS and Ansible version?

(A) Checked log files?

No

(B) What consitutes “not as expected”?
The service fails to startup (playbook attached) …

(C) Try debugging with hacking/test-module locally.

Will Do

(D) What OS and Ansible version?

OS: Ubuntu, Version: 0.9

Please try the tip of the development branch to, there was a commit to
fix some issues with the service module recently.

Tried with new release and still stumbling on issue related to “start service”

Could you please point me to the path where log files are persisted.