file expects dest, not path.. maybe?
This commit is contained in:
parent
6239babc5f
commit
194a7f8061
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
|
|
||||||
- name: ensure cronjob log file is writable
|
- name: ensure cronjob log file is writable
|
||||||
file: >
|
file: >
|
||||||
path=/var/log/fedoratagger.log
|
dest=/var/log/fedoratagger.log
|
||||||
owner=apache group=apache mode=0755
|
owner=apache group=apache mode=0755
|
||||||
tags:
|
tags:
|
||||||
- cron
|
- cron
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue