Merge pull request #14512 from scottsb/patch-1

Fix leftover references to sudo instead of become
This commit is contained in:
James Cammarata 2016-02-24 09:18:32 -05:00
commit 8e0c8ffe7b

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