Removed debug return values
This commit is contained in:
parent
df482bfadd
commit
c553e70ed2
1 changed files with 0 additions and 3 deletions
|
@ -327,9 +327,6 @@ def main():
|
|||
results = dict(changed=False )
|
||||
if module.params['state'] == 'present':
|
||||
|
||||
results['expected'] = module.params
|
||||
results['existing'] = existing
|
||||
|
||||
matching = False
|
||||
update = False
|
||||
if existing and 'status' in existing and existing['status']=="ACTIVE":
|
||||
|
|
Loading…
Reference in a new issue