From 2389fa4bea708b477913324037c9242ce29bf81c 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:05:06 +0000 Subject: [PATCH] Disable python-fedora hotfix for fedocal in stg --- roles/fedocal/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/fedocal/tasks/main.yml b/roles/fedocal/tasks/main.yml index bc65b34c84..4e1f59e73c 100644 --- a/roles/fedocal/tasks/main.yml +++ b/roles/fedocal/tasks/main.yml @@ -67,9 +67,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