1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Removed debug return values

This commit is contained in:
Darek Kaczyński 2016-03-09 14:37:06 +01:00 committed by Matt Clay
parent 7127a45d96
commit 9e918b5955

View file

@ -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":