ansible-meraki icon indicating copy to clipboard operation
ansible-meraki copied to clipboard

allowed_vlans on meraki_ms_switchport should be string not list

Open craigers521 opened this issue 2 years ago • 0 comments

##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.

craigers521 avatar Aug 15 '22 21:08 craigers521