Install the pkgdb_update_package_info cron

This commit is contained in:
Pierre-Yves Chibon 2014-10-02 14:47:44 +02:00
parent e96763575f
commit 441abc4bc7

View file

@ -48,12 +48,13 @@
notify:
- restart apache
- name: Install the pkgdb <-> bugzilla sync script
- name: Install the pkgdb cron jobs: sync bugzilla, update pkg info
when: inventory_hostname.startswith('pkgdb02')
template: src={{ item.file }}
dest={{ item.location }}/{{ item.file }}
with_items:
- { file: 'pkgdb-sync-bugzilla.cron', location: /etc/cron.d }
- { file: 'pkgdb_update_package_info.cron', location: /etc/cron.d }
tags:
- config