Docs: Update sentence structure in user guide (#42884)

This commit fixes the information about become keyword in
Introduction to Playbook part under User Guide.
This commit is contained in:
Taranjeet Singh 2018-07-17 21:16:03 +05:30 committed by Abhijeet Kasurde
parent 0d1c06814f
commit 58d6044251

View file

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