mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-04-05 10:23:07 +00:00
Merge "Fix logic in routers_info"
This commit is contained in:
@@ -179,7 +179,7 @@ class RouterInfoModule(OpenStackModule):
|
||||
'ip_address': ip_spec.get('ip_address'),
|
||||
'subnet_id': ip_spec.get('subnet_id')
|
||||
}
|
||||
interfaces_info.append(int_info)
|
||||
interfaces_info.append(int_info)
|
||||
router['interfaces_info'] = interfaces_info
|
||||
|
||||
self.exit(changed=False, openstack_routers=routers)
|
||||
|
||||
Reference in New Issue
Block a user