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 str
(cherry picked from commit 66fe6bfa0b
)
pull/54918/head
parent
1f5d412cc3
commit
bb5f18f61e
Loading…
Reference in New Issue