ansible/changelogs/fragments/nxos_snmp_traps_28.yaml
Chris Van Heuveln 46f185c217 nxos_snmp_traps: fix 'group: all' for N35 platforms (#55995)
* nxos_snmp_traps: fix 'group: all' for N35 platforms

- `group: all` attempts to enable traps for all features defined in the module's `feature_list`

- `N35` platforms do not support `snmp-server enable traps bfd`; so removing `bfd` from the `feature_list` for that platform

- Minor cleanup in `sanity.yaml` test file

* whitespace lint fix

(cherry picked from commit 0e0c2a7db7)
2019-05-21 09:37:43 -07:00

2 lines
109 B
YAML

bugfixes:
- nxos_snmp_traps fix group all for N35 platforms (https://github.com/ansible/ansible/pull/55995).