From 688d37edfe2a7c0baf21ccc9f619c2061da7a338 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:02:15 +0000 Subject: [PATCH] Make python-fedora hotfix only apply to prod (update in stg shouldn't need it) --- roles/fas_client/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fas_client/tasks/main.yml b/roles/fas_client/tasks/main.yml index a6db87dc26..e6f0399b69 100644 --- a/roles/fas_client/tasks/main.yml +++ b/roles/fas_client/tasks/main.yml @@ -21,7 +21,7 @@ src="{{ files }}/hotfix/python-fedora/proxyclient.py" dest=/usr/lib/python2.6/site-packages/fedora/client/proxyclient.py owner=root mode=644 - when: is_rhel == 'True' + when: is_rhel == 'True' and env != 'staging' tags: - hotfix - packages