and it is enabled not enable
This commit is contained in:
parent
49a157ca02
commit
425a5ab539
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue