Remove unnecessary 'from' in playbook intro docs

To make this sentence make sense.

Fixes #10970.
This commit is contained in:
Alex Muller 2015-05-11 20:11:52 +01:00
parent e9bf3fc30b
commit 1caee5cb79

View file

@ -148,7 +148,7 @@ Remote users can also be defined per task::
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