griggheo / ansible-consul-template

Ansible role for installing consul-template
Apache License 2.0
54 stars 52 forks source link

fixed sudo deprecation warning msg #21

Closed jpgrace closed 8 years ago

jpgrace commented 8 years ago

I kept getting this message:

[DEPRECATION WARNING]: Instead of sudo/sudo_user, use become/become_user and make 
sure become_method is 'sudo' (default). This feature will be removed in a future 
release. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.

So I fixed it.