michaelrigart / ansible-role-interfaces

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

Fix bridge configuration when using DHCP #54

Closed priteau closed 5 years ago

priteau commented 5 years ago

The value of the TYPE directive is case sensitive. Using bridge instead of Bridge fails to configure the network correctly.

Closes #53.