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:
Kevin Fenzi 2020-08-26 13:50:33 -07:00
parent 9ece52bcca
commit 2379b465ab

View file

@ -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