summaryrefslogtreecommitdiffstats
path: root/roles/pkgdb2
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2015-03-06 09:29:33 +0100
committerPierre-Yves Chibon <pingou@pingoured.fr>2015-03-06 09:31:11 +0100
commit3cba755812d8fe1a3f4e57a35caaba735b3f5d9e (patch)
tree6488bed8339134457a8e083aaec1d6c69a302b06 /roles/pkgdb2
parent400b94bd5dedd8a8d6c7b67916f05fb9a5873dd5 (diff)
downloadansible-3cba755812d8fe1a3f4e57a35caaba735b3f5d9e.tar.gz
ansible-3cba755812d8fe1a3f4e57a35caaba735b3f5d9e.tar.xz
ansible-3cba755812d8fe1a3f4e57a35caaba735b3f5d9e.zip
Install the hotfix of pkgdb-sync-bugzilla
Diffstat (limited to 'roles/pkgdb2')
-rw-r--r--roles/pkgdb2/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/pkgdb2/tasks/main.yml b/roles/pkgdb2/tasks/main.yml
index 4f882c252..507b9357d 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 }}