mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove outdated FIXME; HostVars is imported and used below
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user