From c8b0aab89cae7297c949e8c8aa30a39ad4b0f1c9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 24 Feb 2015 17:31:40 +0100 Subject: [PATCH] Install the original export-bugzilla to /usr/sbin/export-bugzilla --- roles/fas_server/tasks/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/roles/fas_server/tasks/main.yml b/roles/fas_server/tasks/main.yml index d26ea73e52..6757e56283 100644 --- a/roles/fas_server/tasks/main.yml +++ b/roles/fas_server/tasks/main.yml @@ -288,6 +288,19 @@ tags: - config + +- name: HOTFIX: fix the export-bugzilla cron to not store bugzilla token + copy: > + src="export-bugzilla" + dest="/usr/sbin/export-bugzilla" + owner=root + group=root + mode=0644 + tags: + - config + - hotfix + + - name: run export-bugzilla program cron: > name="export-bugzilla"