FreeBSD Bugzilla – Attachment 178904 Details for
Bug 216103
sysutils/ansible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ansible template init fix
ansible-template-init (text/plain), 697 bytes, created by
freebsd
on 2017-01-15 10:09:40 UTC
(
hide
)
Description:
ansible template init fix
Filename:
MIME Type:
Creator:
freebsd
Created:
2017-01-15 10:09:40 UTC
Size:
697 bytes
patch
obsolete
>--- /usr/local/lib/python2.7/site-packages/ansible/template/__init__.py.orig 2017-01-15 09:49:14.492801000 +0000 >+++ /usr/local/lib/python2.7/site-packages/ansible/template/__init__.py 2017-01-15 10:05:58.475228000 +0000 >@@ -374,7 +374,7 @@ > if cache and sha1_hash in self._cached_result: > result = self._cached_result[sha1_hash] > else: >- result = self.do_template( >+ result = self._do_template( > variable, > preserve_trailing_newlines=preserve_trailing_newlines, > escape_backslashes=escape_backslashes,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
lifanov
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 216103
:
178902
| 178904