mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Don't detect update if vrf not set. (#56235)
This commit is contained in:
committed by
Nilashish Chakraborty
parent
f9589bd4b1
commit
ea41bbcd4e
@@ -299,7 +299,7 @@ def map_config_to_obj(module):
|
||||
'local_http': out[0]['localHttpServer']['configured'],
|
||||
'local_http_port': out[0]['localHttpServer']['port'],
|
||||
'socket': out[0]['unixSocketServer']['configured'],
|
||||
'vrf': out[0]['vrf'],
|
||||
'vrf': out[0]['vrf'] or "default",
|
||||
'state': parse_state(out)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user