Install the hotfix of pkgdb-sync-bugzilla
This commit is contained in:
parent
400b94bd5d
commit
3cba755812
1 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,12 @@
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- 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
|
- name: Install the pkgdb cron jobs - sync bugzilla, update pkg info
|
||||||
when: inventory_hostname.startswith('pkgdb02')
|
when: inventory_hostname.startswith('pkgdb02')
|
||||||
template: src={{ item.file }}
|
template: src={{ item.file }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue