file expects dest, not path.. maybe?

This commit is contained in:
Ralph Bean 2014-03-10 17:23:04 +00:00
parent 6239babc5f
commit 194a7f8061

View file

@ -62,7 +62,7 @@
- name: ensure cronjob log file is writable
file: >
path=/var/log/fedoratagger.log
dest=/var/log/fedoratagger.log
owner=apache group=apache mode=0755
tags:
- cron