michaelrigart / ansible-role-interfaces

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

fix conditionals in tasks/main.yml #79

Closed pescobar closed 4 years ago

pescobar commented 4 years ago

All these conditionals were always True because every var is defined in defaults/main.yml

Checking length of the variables should work.