Simplify group_by by removing BYPASS_HOST_LOOP from the action

Fixes #12825
This commit is contained in:
James Cammarata 2015-10-19 14:53:52 -04:00
parent 0888d78b84
commit 1fa975d81a
3 changed files with 24 additions and 33 deletions

View file

@ -23,7 +23,6 @@ class ActionModule(ActionBase):
''' Create inventory groups based on variables '''
### We need to be able to modify the inventory
BYPASS_HOST_LOOP = True
TRANSFERS_FILES = False
def run(self, tmp=None, task_vars=dict()):