remove commented out prints
This commit is contained in:
parent
7ba4f5ee12
commit
57d3245d0d
1 changed files with 0 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue