Ensure we can write to our own log file.
This commit is contained in:
parent
93a8277bb3
commit
9201c4ab58
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@
|
|||
- python-requests
|
||||
- fedmsg
|
||||
|
||||
- name: Ensure we can write to our own log file
|
||||
file: >
|
||||
dest=/var/log/koji-cert-reminder.log
|
||||
state=present
|
||||
mode=0644
|
||||
owner=fedmsg
|
||||
group=fedmsg
|
||||
|
||||
- name: Copy the scripts over
|
||||
copy: >
|
||||
src=koji-cert-reminder.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue