Commit 807079ec by Abhijit Menon-Sen

Remove outdated FIXME; HostVars is imported and used below

parent 845784b5
......@@ -63,9 +63,6 @@ class AnsibleJ2Vars:
return False
def __getitem__(self, varname):
# FIXME: are we still going to need HostVars?
#from ansible.runner import HostVars
if varname not in self._templar._available_variables:
if varname in self._locals:
return self._locals[varname]
......
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