lists-dev: enable services by default
This commit is contained in:
parent
8cff41661a
commit
5264983303
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@
|
||||||
|
|
||||||
# Start services
|
# Start services
|
||||||
- name: start services
|
- name: start services
|
||||||
service: state=started name=$item
|
service: state=started enabled=yes name=$item
|
||||||
with_items:
|
with_items:
|
||||||
- httpd
|
- httpd
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue