group_by: make sure new group has bigger priority than all group

This commit is contained in:
Serge van Ginderachter 2014-08-19 14:56:32 +02:00
parent a2cfe8770b
commit 3c06833302

View file

@ -93,6 +93,7 @@ class ActionModule(object):
if not inv_group:
inv_group = ansible.inventory.Group(name=group)
inventory.add_group(inv_group)
inventory.get_group('all').add_child_group(inv_group)
inv_group.vars = inventory.get_group_variables(group, update_cached=False, vault_password=inventory._vault_password)
for host in hosts:
if host in self.runner.inventory._vars_per_host: