Fix note.cron in ansible

This commit is contained in:
Alexandre Iooss 2020-09-01 16:42:53 +02:00
parent cf4e1f33b4
commit 646c23ccb8
2 changed files with 24 additions and 2 deletions

View file

@ -30,8 +30,8 @@
group: www-data
- name: Setup cron jobs
file:
src: ../note.cron
template:
src: note.cron.j2
dest: /etc/cron.d/note
owner: root
group: root