View | Details | Raw Unified | Return to bug 216103 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/local/lib/python2.7/site-packages/ansible/template/__init__.py (-1 / +1 lines)
Lines 374-380 Link Here
374
                    if cache and sha1_hash in self._cached_result:
374
                    if cache and sha1_hash in self._cached_result:
375
                        result = self._cached_result[sha1_hash]
375
                        result = self._cached_result[sha1_hash]
376
                    else:
376
                    else:
377
                        result = self.do_template(
377
                        result = self._do_template(
378
                            variable,
378
                            variable,
379
                            preserve_trailing_newlines=preserve_trailing_newlines,
379
                            preserve_trailing_newlines=preserve_trailing_newlines,
380
                            escape_backslashes=escape_backslashes,
380
                            escape_backslashes=escape_backslashes,

Return to bug 216103