Skip to content

Commit

Permalink
Update common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanth-lingappa authored Apr 18, 2024
1 parent b77a245 commit d900b48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/module_utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def get_bindprimary_key(binding_name, binding_member):
bindprimary_key = "servername"
elif "servername" in binding_member and binding_member["servername"]:
bindprimary_key = "servername"

return bindprimary_key


Expand Down

0 comments on commit d900b48

Please sign in to comment.