mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 02:00:30 -07:00
* feat(nmcli): support the fail_over_mac parameter * add fail_over_mac to +bond.options * update unit tests * Update changelogs/fragments/9570-feat-nmcli-add-fail-over-mac-parameter.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> * change to type str and add choices according to documentation * Update plugins/modules/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
No EOL
197 B
YAML
2 lines
No EOL
197 B
YAML
minor_changes:
|
|
- nmcli - add a option ``fail_over_mac`` (https://github.com/ansible-collections/community.general/issues/9570, https://github.com/ansible-collections/community.general/pull/9571). |