mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Simplify group_by by removing BYPASS_HOST_LOOP from the action
Fixes #12825
This commit is contained in:
parent
0888d78b84
commit
1fa975d81a
3 changed files with 24 additions and 33 deletions
|
@ -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()):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue