mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-06 13:23:06 +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
|
||||
|
||||
for key in compare_list_dict:
|
||||
if not self.params[key]:
|
||||
if port[key]:
|
||||
return True
|
||||
|
||||
if self.params[key]:
|
||||
if not port[key]:
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user