drop this as we just install the script in the next task so it changes every single run

This commit is contained in:
Kevin Fenzi 2017-10-08 20:34:19 +00:00
parent 808359a630
commit 9b909c18ee

View file

@ -147,13 +147,6 @@
#
# cron job that syncs packages to koji
#
- name: Remove the old owner-sync-pagure script.
file: dest=/usr/local/bin/owner-sync-pagure state=absent
tags:
- config
- bodhi
- cron
- name: put owner-sync-pagure in place
template: src=owner-sync-pagure.j2 dest=/usr/local/bin/owner-sync-pagure mode=0755
tags: