mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Make no_engine the default templating action.
This commit is contained in:
parent
82144fd543
commit
2bbc05185e
3 changed files with 4 additions and 4 deletions
|
@ -243,7 +243,7 @@ def varReplace(raw, vars):
|
|||
|
||||
return ''.join(done)
|
||||
|
||||
def template(text, vars, setup_cache, no_engine=False):
|
||||
def template(text, vars, setup_cache, no_engine=True):
|
||||
''' run a text buffer through the templating engine '''
|
||||
vars = vars.copy()
|
||||
text = varReplace(str(text), vars)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue