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:
parent
0d1c06814f
commit
58d6044251
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ Support for running things as another user is also available (see :doc:`become`)
|
||||||
remote_user: yourname
|
remote_user: yourname
|
||||||
become: yes
|
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
|
- hosts: webservers
|
||||||
|
|
Loading…
Reference in a new issue