postgres / server / koji sessions script: remove
Turns out copy module doesn't actually have a 'absent' state. So, just remove this (we no longer need it as there's a timer on koji hub that does this from there). Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9ece52bcca
commit
2379b465ab
1 changed files with 0 additions and 10 deletions
|
@ -151,16 +151,6 @@
|
|||
- cron
|
||||
- postgresql
|
||||
|
||||
- name: Set up a cron job to clean long koji sessions on koji database server only
|
||||
copy: >
|
||||
src=koji-cleanup-sessions.cron
|
||||
dest=/etc/cron.d/koji-cleanup-sessions.cron
|
||||
state=absent
|
||||
when: inventory_hostname.startswith('db-koji01')
|
||||
tags:
|
||||
- cron
|
||||
- postgresql
|
||||
|
||||
- name: install script to kill long running pgsql jobs
|
||||
copy: >
|
||||
src=kill_idle_xact_92.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue