From aaf6e48462492c2391ae7ecd6d06ba7f9c4afdb5 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 10 Mar 2014 17:29:28 +0000 Subject: [PATCH] It just needs to exist with those perms. --- roles/tagger/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/tagger/tasks/main.yml b/roles/tagger/tasks/main.yml index 01d6bc4e61..eed7495dce 100644 --- a/roles/tagger/tasks/main.yml +++ b/roles/tagger/tasks/main.yml @@ -63,6 +63,7 @@ - name: ensure cronjob log file is writable file: > dest=/var/log/fedoratagger.log + state=touch owner=apache group=apache mode=0755 tags: - cron