mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-29 03:04:29 +00:00
Merge "fix update on empty list of allowed address pairs"
This commit is contained in:
@@ -339,6 +339,10 @@ class NetworkPortModule(OpenStackModule):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
for key in compare_list_dict:
|
for key in compare_list_dict:
|
||||||
|
if not self.params[key]:
|
||||||
|
if port[key]:
|
||||||
|
return True
|
||||||
|
|
||||||
if self.params[key]:
|
if self.params[key]:
|
||||||
if not port[key]:
|
if not port[key]:
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user