mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 22:03:09 +00:00
* Fix: nmcli - Ensure slave-type for bond-slave Hello 🙂 When using bond-slave type, by default command sent to nmcl is: ['/usr/bin/nmcli', 'con', 'add', 'type', 'bond-slave', 'con-name', 'enp129s0f0', 'connection.interface-name', 'enp129s0f0', 'connection.autoconnect', 'yes', 'connection.master', 'bond0'] Which is not enough, nmcli will complain that connection.slave-type is missing. This small fix solve this issue. If this change is approved, I will add the changelog fragment. * Fix: nmcli - Adding changelog fragment for 1882 * Update changelogs/fragments/1882-fix-nmcli-ensure-slave-type-for-bond-slave.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>