Return a copy of the host variables.

This commit is contained in:
Jeroen Hoekx
2012-04-16 10:59:34 +02:00
parent 961ccdb2f4
commit 8c3206c99f
2 changed files with 10 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ class Inventory(object):
""" Return the variables associated with this host. """
if host in self._variables:
return self._variables[host]
return self._variables[host].copy()
if not self._is_script:
return {}