and it is enabled not enable

This commit is contained in:
Seth Vidal 2012-11-02 04:33:31 +00:00
parent 49a157ca02
commit 425a5ab539

View file

@ -47,7 +47,7 @@
- name: add lighttpd
action: yum state=present name=lighttpd
- name: start webserver
action: service state=running enable=true name=lighttpd
action: service state=running enabled=yes name=lighttpd
handlers: