diff --git a/lib/ansible/template/safe_eval.py b/lib/ansible/template/safe_eval.py index 73bf13ce69f..f2511e64e2b 100644 --- a/lib/ansible/template/safe_eval.py +++ b/lib/ansible/template/safe_eval.py @@ -54,7 +54,7 @@ def safe_eval(expr, locals={}, include_exceptions=False): ( ast.Add, ast.BinOp, - ast.Call, + #ast.Call, ast.Compare, ast.Dict, ast.Div,