mirror of https://github.com/ansible/ansible.git
nxos_linkagg: `group` type mismatch causes idempotency failure (#53653)
* nxos_linkagg: `group` type mismatch causes idempotency failure * `group` values need to be cast; e.g. ``` want = {'group': '20'} have = {'group': 20} ``` * Found with N7K `sanity` test * nxos_linkagg: change group param type to strpull/52021/head
parent
b044bb431e
commit
66fe6bfa0b
Loading…
Reference in New Issue