diff --git a/roles/pkgdb2/tasks/main.yml b/roles/pkgdb2/tasks/main.yml index 4f882c2526..507b9357d0 100644 --- a/roles/pkgdb2/tasks/main.yml +++ b/roles/pkgdb2/tasks/main.yml @@ -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 }}