commit 87d96e5cfb6c7ff7ff71b5470a7f979bcf4b4267
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Oct 27 14:57:08 2016 +0200
Add master.html for fas
roles/fas_server/tasks/main.yml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/roles/fas_server/tasks/main.yml b/roles/fas_server/tasks/main.yml
index 110357c..2c8d470 100644
--- a/roles/fas_server/tasks/main.yml
+++ b/roles/fas_server/tasks/main.yml
@@ -356,6 +356,16 @@
- fas
- hotfixfas
+- name: HOTFIX adapt master.html
+ copy: src={{ files }}/hotfix/fas/master.html
+ dest=/usr/lib/python2.6/site-packages/fas/templates/master.html
+ mode=644 owner=root group=root
+ tags:
+ - config
+ - fas
+ - hotfixfas
+
+
- name: install /etc/export-bugzilla.cfg file
template: >
src="export-bugzilla.cfg.j2"