diff options
author | Ralph Bean <rbean@redhat.com> | 2017-08-11 14:43:48 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-08-11 14:43:52 +0000 |
commit | 5e0c46d065b622c089fbefe96e7ee4b984c9b698 (patch) | |
tree | 70908842a09628df861282ba22f15424c15a9379 | |
parent | 9f9af0804c56701e30305a52858335d0f797e1f7 (diff) | |
download | ansible-5e0c46d065b622c089fbefe96e7ee4b984c9b698.tar.gz ansible-5e0c46d065b622c089fbefe96e7ee4b984c9b698.tar.xz ansible-5e0c46d065b622c089fbefe96e7ee4b984c9b698.zip |
Give this a cron file name.
-rw-r--r-- | roles/bodhi2/backend/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index bd5b15eec..1c689c959 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -162,6 +162,7 @@ - name: sync packages from pagure-on-dist-git to koji (all branches) cron: name="owner-sync" minute="7,17,27,37,47,57" user="root" job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f27 f26 f25 f27-container f26-container f25-container epel7 dist-6E-epel module-package-list'" + cron_file=update-koji-owner when: inventory_hostname.startswith('bodhi-backend01') and env == "production" tags: - bodhi |