Fix leftover references to sudo instead of become

Catching a few places that earlier PR #10788 missed.
This commit is contained in:
Scott Buchanan 2016-02-16 16:19:26 -05:00
parent 875ea74621
commit 71dffbc28f

View file

@ -180,9 +180,9 @@ Support for running things as another user is also available (see :doc:`become`)
---
- hosts: webservers
remote_user: yourname
sudo: yes
become: yes
You can also use sudo on a particular task instead of the whole play::
You can also use become on a particular task instead of the whole play::
---
- hosts: webservers