Skip to content

Commit

Permalink
fixed issue #353: systemglobal_authenticationtacacspolicy_binding
Browse files Browse the repository at this point in the history
Signed-off-by: Sumanth Lingappa <[email protected]>
  • Loading branch information
sumanth-lingappa committed Feb 6, 2024
1 parent 4f4c662 commit 300d1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def url_builder(
)

# Append resource id
if id is not None:
if id:
# if id is float type and it is equal to int(id) then convert it to int
# Reason: nd6ravariables module has a primary key (vlan) of type float
# however, the Nitro API expects the id to be of type int
Expand Down

0 comments on commit 300d1fc

Please sign in to comment.