michaelrigart / ansible-role-interfaces

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

Add ``become: true`` to some tasks #62

Closed DO1JLR closed 4 years ago

DO1JLR commented 4 years ago

I don't like to execute ansible roles with a general become: yes. So I added become: true to some of your tasks until your role worked for me well.

Maybe you want to take it?

As far as I know it does not hurt to add the become: true option on some points. especially when your playbook needs root permissions and is usually executet as root!

DO1JLR commented 4 years ago

You are right. I added it now!