mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
Install the hotfix of pkgdb-sync-bugzilla
This commit is contained in:
@@ -52,6 +52,12 @@
|
||||
notify:
|
||||
- restart apache
|
||||
|
||||
- name: HOTFIX pkgdb-sync-bugzilla script to notify the users
|
||||
when: inventory_hostname.startswith('pkgdb02')
|
||||
copy: src=pkgdb-sync-bugzilla dest=/usr/bin/pkgdb-sync-bugzilla mode=755
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: Install the pkgdb cron jobs - sync bugzilla, update pkg info
|
||||
when: inventory_hostname.startswith('pkgdb02')
|
||||
template: src={{ item.file }}
|
||||
|
||||
Reference in New Issue
Block a user