mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
removes old module.connected property from result (#21977)
This commit is contained in:
parent
216877c6ca
commit
ebc2716be7
16 changed files with 19 additions and 45 deletions
|
@ -196,7 +196,6 @@ def main():
|
|||
else:
|
||||
result['updates'] = []
|
||||
|
||||
result['connected'] = module.connected
|
||||
if module._verbosity > 0:
|
||||
end_state = invoke('get_existing', module)
|
||||
result['end_state'] = end_state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue