commit 701aa7fbf407f2b10f614fdd91e0ed9bbba1b1ba
Author: Xavier Lamien <laxathom(a)fedoraproject.org>
Date: Tue Mar 7 14:43:36 2017 +0100
Update syntaxes on check and typo
roles/fas_server/tasks/main.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/roles/fas_server/tasks/main.yml b/roles/fas_server/tasks/main.yml
index ee04516..4b8b159 100644
--- a/roles/fas_server/tasks/main.yml
+++ b/roles/fas_server/tasks/main.yml
@@ -377,11 +377,11 @@
- hotfixfas
- name: HOTFIX on tgcatpcha2's model to prevent code execution
- copy: src={{ files}}/hotfix/python-tgcaptcha2/model.py
+ copy: src={{ files }}/hotfix/python-tgcaptcha2/model.py
dest={{ pythonsitelib }}/tgcaptcha2/model.py
mode=644 owner=root group=root
- when: master_fas_node = True
+ when: master_fas_node
tags:
- fas
- hotfix-captcha2
- - hostfix-fas
+ - hotfix-fas
Show replies by date