1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #10982 from alexmuller/fix-docs-playbook-intro-sudo

Remove unnecessary 'from' in playbook intro docs
This commit is contained in:
Brian Coca 2015-05-11 15:20:28 -04:00
commit b947704e2b

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