commit 40fe87bac5e1c317eca81229fb0ebbefe34ca756
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Oct 27 14:02:56 2016 +0200
Adapt fpca.html
roles/fas_server/tasks/main.yml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/roles/fas_server/tasks/main.yml b/roles/fas_server/tasks/main.yml
index a69f946..110357c 100644
--- a/roles/fas_server/tasks/main.yml
+++ b/roles/fas_server/tasks/main.yml
@@ -347,6 +347,15 @@
- config
- fas
+- name: HOTFIX adapt fpca.html
+ copy: src={{ files }}/hotfix/fas/fpca.html
+ dest=/usr/lib/python2.6/site-packages/fas/templates/fpca/fpca.html
+ mode=644 owner=root group=root
+ tags:
+ - config
+ - fas
+ - hotfixfas
+
- name: install /etc/export-bugzilla.cfg file
template: >
src="export-bugzilla.cfg.j2"
Show replies by date