commit 9db4f7a made a change that also needed to include this to retain correct legacy_playbook_variables behavior

pull/4255/head
Matt Coddington 11 years ago
parent a002a24973
commit 7f7116de3b

@ -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("$")

Loading…
Cancel
Save