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:
parent
7127a45d96
commit
9e918b5955
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