瀏覽代碼

Enable Native Python Types for Jinja2

Helps with #151 (Github Pull Request), but only for Ansible >= 2.7
and when Jinja >= 2.10 is in use.

For other version combinations we still need the workaround proposed
in the pull rqeuest.
pull/157/head
Slavi Pantaleev 7 年之前
父節點
當前提交
3387035400
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      ansible.cfg

+ 2
- 0
ansible.cfg 查看文件

@@ -1,2 +1,4 @@
[defaults]
retry_files_enabled = False
# jinja2_native helps with problems like https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/151
jinja2_native = True

Loading…
取消
儲存