mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
committed by
Abhijeet Kasurde
parent
0d1c06814f
commit
58d6044251
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user