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
accessPolicyType:
string
The type of the access policy of the switch port. Only applicable to access ports. Can be one of 'Open', 'Custom access policy', 'MAC allow list' or 'Sticky MAC allow list'.
Fix is to change the choices in the arg_spec to the accurate options, which are 'Open', 'Custom access policy', 'MAC allow list' or 'Sticky MAC allow list'.
The text was updated successfully, but these errors were encountered:
The Ansible Module has choices:
access_policy_type:
choices: [Open, Custom access policy, MAC whitelist, Sticky MAC whitelist].
When a playbook uses this keyword, it will fail.
Looking at API docs, the valid options are listed in the schema.
https://developer.cisco.com/meraki/api-v1/#!update-device-switch-port
accessPolicyType:
string
The type of the access policy of the switch port. Only applicable to access ports. Can be one of 'Open', 'Custom access policy', 'MAC allow list' or 'Sticky MAC allow list'.
Fix is to change the
choices
in the arg_spec to the accurate options, which are 'Open', 'Custom access policy', 'MAC allow list' or 'Sticky MAC allow list'.The text was updated successfully, but these errors were encountered: