You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default data type for the API parameter is a string, i believe this should also be true for the ansible module. It looks like you are taking a list of ints and converting them to a string anyway. I believe this is breaking idempotency, and in my case its also forcing me to use more complex logic when converting my host_vars from using the switchport module into creating a body for the action_batches payload. Also causing some weirdness when using a range of vlans.
The text was updated successfully, but these errors were encountered:
##REQUEST##
The default data type for the API parameter is a string, i believe this should also be true for the ansible module. It looks like you are taking a list of ints and converting them to a string anyway. I believe this is breaking idempotency, and in my case its also forcing me to use more complex logic when converting my host_vars from using the switchport module into creating a body for the action_batches payload. Also causing some weirdness when using a range of vlans.
The text was updated successfully, but these errors were encountered: