michaelrigart / ansible-role-interfaces

An ansible role for configuring different network interfaces
GNU General Public License v3.0
83 stars 61 forks source link

Ubuntu: make bond_mode optional for bond devices #101

Closed markgoddard closed 3 years ago

markgoddard commented 3 years ago

Currently bond_mode is unconditionally referenced, which will result in a failure if it is not specified.

markgoddard commented 3 years ago

Merged into https://github.com/michaelrigart/ansible-role-interfaces/pull/100