java-deptools: Ensure cron is enabled and started

This commit is contained in:
Mikolaj Izdebski 2019-03-01 14:38:08 +01:00
parent 91862963c6
commit 9ca53e2a33

View file

@ -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: