Install the original export-bugzilla to /usr/sbin/export-bugzilla
This commit is contained in:
parent
3e425d6ed9
commit
c8b0aab89c
1 changed files with 13 additions and 0 deletions
|
@ -288,6 +288,19 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- 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
|
- name: run export-bugzilla program
|
||||||
cron: >
|
cron: >
|
||||||
name="export-bugzilla"
|
name="export-bugzilla"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue