weareinteractive / ansible-newrelic

Ansible role which installs and configures New Relic Server Monitoring Daemon
MIT License
43 stars 28 forks source link

Replace "sudo" usage with "become" #11

Closed nbibler closed 8 years ago

nbibler commented 8 years ago

The direction of current and future Ansible (as of 1.9+) appears to be removing sudo and using become for privilege escalation.

To that end, usage of sudo should be replaced with become and tasks which require escalated privileges should likely individually define the become usage.

franklinkim commented 8 years ago

thx to @smiller171 see #12