Enable certificate manager cron job.

This commit is contained in:
Markus 2017-02-28 13:20:48 +01:00
parent c6a563b1bd
commit 7c01620a0f
1 changed files with 3 additions and 3 deletions

View File

@ -40,6 +40,6 @@
- name: Create challenge directory
file: path=/var/www/acme-challenge/ owner=root mode=0755 state=directory
#- name: Enable acertmgr cronjob
# cron: name=certmgr special_time=daily job=/opt/acertmgr/acertmgr.py
# tags: certmgr
- name: Enable acertmgr cronjob
cron: name=certmgr special_time=daily job=/opt/acertmgr/acertmgr.py
tags: certmgr