From f3ef23eebf24a801879a963bcb6f19e9e3d62832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Mon, 6 Jan 2014 23:06:43 +0000 Subject: [PATCH] Disable python-fedora hotfix of nuancier in stg --- roles/nuancier/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/nuancier/tasks/main.yml b/roles/nuancier/tasks/main.yml index 2f434f1d2f..9017376063 100644 --- a/roles/nuancier/tasks/main.yml +++ b/roles/nuancier/tasks/main.yml @@ -81,9 +81,11 @@ template: src={{ item.file }} dest="{{ item.location }}/{{ item.file }}" owner=apache group=apache mode=0600 + when: env != 'staging' with_items: - { file: flask_fas_openid.py, location: /usr/lib/python2.6/site-packages/ } tags: - config + - hotfix notify: - restart apache