Commit 7f7116de by Matt Coddington

commit 9db4f7a9 made a change that also needed to include this to retain correct…

commit 9db4f7a9 made a change that also needed to include this to retain correct legacy_playbook_variables behavior
parent a002a249
...@@ -150,7 +150,7 @@ def _legacy_varFind(basedir, text, vars, lookup_fatal, depth, expand_lists): ...@@ -150,7 +150,7 @@ def _legacy_varFind(basedir, text, vars, lookup_fatal, depth, expand_lists):
# short circuit this whole function if we have specified we don't want # short circuit this whole function if we have specified we don't want
# legacy var replacement # legacy var replacement
if C.DEFAULT_LEGACY_PLAYBOOK_VARIABLES == 'no': if C.DEFAULT_LEGACY_PLAYBOOK_VARIABLES == False:
return None return None
start = text.find("$") start = text.find("$")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment