mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-29 03:04:29 +00:00
Merge "Fixed check for None in os_port"
This commit is contained in:
@@ -290,7 +290,7 @@ def _needs_update(module, port, cloud):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
for key in compare_list_dict:
|
for key in compare_list_dict:
|
||||||
if not module.params[key]:
|
if module.params[key]:
|
||||||
if not port[key]:
|
if not port[key]:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user