Merge pull request #10982 from alexmuller/fix-docs-playbook-intro-sudo
Remove unnecessary 'from' in playbook intro docs
This commit is contained in:
commit
b947704e2b
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ Remote users can also be defined per task::
|
||||||
The `remote_user` parameter for tasks was added in 1.4.
|
The `remote_user` parameter for tasks was added in 1.4.
|
||||||
|
|
||||||
|
|
||||||
Support for running things from as another user is also available (see :doc:`become`)::
|
Support for running things as another user is also available (see :doc:`become`)::
|
||||||
|
|
||||||
---
|
---
|
||||||
- hosts: webservers
|
- hosts: webservers
|
||||||
|
|
Loading…
Reference in a new issue