mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Fix the cron so it runs correctly.
This commit is contained in:
@@ -3,4 +3,4 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||
MAILTO=root@fedoraproject.org
|
||||
HOME=/
|
||||
|
||||
*/10 * * * * postgres kill_idle_xact_92.sh
|
||||
*/10 * * * * postgres /usr/local/bin/kill_idle_xact_92.sh
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
copy: >
|
||||
src=kill_idle_xact_92.sh
|
||||
dest=/usr/local/bin/kill_idle_xact_92.sh
|
||||
mode=0755
|
||||
when: inventory_hostname.startswith('db-koji01')
|
||||
tags:
|
||||
- cron
|
||||
|
||||
Reference in New Issue
Block a user