diff options
| author | Ralph Bean <rbean@redhat.com> | 2017-08-07 16:45:28 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2017-08-07 16:45:28 +0000 |
| commit | 23324d8ec20ff8a702ffedec7ef90d64434b0bc2 (patch) | |
| tree | ce24df12f9d5b0c5803301e73f2b48e60e48ae1d | |
| parent | fc7785239ad908db350836749e9b8d8598903b2f (diff) | |
| download | ansible-23324d8ec20ff8a702ffedec7ef90d64434b0bc2.tar.gz ansible-23324d8ec20ff8a702ffedec7ef90d64434b0bc2.tar.xz ansible-23324d8ec20ff8a702ffedec7ef90d64434b0bc2.zip | |
put the owner-sync-pagure script in place next to owner-sync-pkgdb.
| -rw-r--r-- | roles/bodhi2/backend/tasks/main.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 21f23eafe..e17cd5a24 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -139,6 +139,13 @@ - 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: + - config + - bodhi + - cron + - name: sync packages from pkgdb2 to koji (el6) cron: name="owner-sync-el6" minute="7,17,27,37,47,57" user="root" job="/usr/local/bin/owner-sync-pkgdb dist-6E-epel" |
