commit 0b85120a726207ff3005076a99e17477cc2f0747
Author: Xavier Lamien <laxathom(a)fedoraproject.org>
Date: Tue Mar 7 14:45:15 2017 +0100
Remove dynamic var on pythonsitelib as not used by this role actually. TODO:
include_vars rhel6's
roles/fas_server/tasks/main.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/roles/fas_server/tasks/main.yml b/roles/fas_server/tasks/main.yml
index 4b8b159..04ccfcf 100644
--- a/roles/fas_server/tasks/main.yml
+++ b/roles/fas_server/tasks/main.yml
@@ -378,7 +378,7 @@
- name: HOTFIX on tgcatpcha2's model to prevent code execution
copy: src={{ files }}/hotfix/python-tgcaptcha2/model.py
- dest={{ pythonsitelib }}/tgcaptcha2/model.py
+ dest=/usr/lib/python2.6/site-packages/tgcaptcha2/model.py
mode=644 owner=root group=root
when: master_fas_node
tags:
Show replies by thread