mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-22 04:34:00 +00:00
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.
This commit is contained in:
parent
7c246b4a99
commit
3387035400
@ -1,2 +1,4 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
|
# jinja2_native helps with problems like https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/151
|
||||||
|
jinja2_native = True
|
||||||
|
Loading…
Reference in New Issue
Block a user