Merge pull request #2261 from bcoca/groupby_2186

now group by module invalidates host cached variables
This commit is contained in:
Michael DeHaan 2013-03-01 15:16:47 -08:00
commit b6f7a22de5

View file

@ -71,6 +71,7 @@ class ActionModule(object):
inv_group = ansible.inventory.Group(name=group)
inventory.add_group(inv_group)
for host in hosts:
del self.runner.inventory._vars_per_host[host]
inv_host = inventory.get_host(host)
if not inv_host:
inv_host = ansible.inventory.Host(name=host)