ansible/changelogs/fragments/58949-nmcli-vlanid-typecast.yml
pratikgadiya12 0f292cd886 nmcli: Argument vlanid (int) is changed internally to string (#58963)
* Argument vlanid (int) is changed internally to string
* Modified test case to check vlan id

Fixes: #58949
(cherry picked from commit e8f4ebb22c)
2019-07-16 17:57:45 -07:00

2 lines
111 B
YAML

minor_changes:
- Typecast vlan id to string in nmcli module (https://github.com/ansible/ansible/issues/58949).