java-deptools: Ensure cron is enabled and started
This commit is contained in:
parent
91862963c6
commit
9ca53e2a33
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: Enable and start cron
|
||||
service: name=crond state=started enabled=yes
|
||||
tags:
|
||||
- service
|
||||
|
||||
- name: Initialize postgres if necessary
|
||||
command: postgresql-setup --initdb
|
||||
args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue