mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Removed debug return values
This commit is contained in:
committed by
Matt Clay
parent
7127a45d96
commit
9e918b5955
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user