mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 04:12:48 +00:00
remove commented out prints
This commit is contained in:
@@ -25,8 +25,6 @@ from ansible.inventory import Inventory
|
||||
class LookupModule(LookupBase):
|
||||
|
||||
def get_hosts(self, variables, pattern):
|
||||
#print(variables)
|
||||
#print(variables['groups'])
|
||||
hosts = []
|
||||
if pattern in variables['groups']:
|
||||
hosts = variables['groups'][pattern]
|
||||
|
||||
Reference in New Issue
Block a user