From 1caee5cb79789df9b38643bb6233b22b88e6b386 Mon Sep 17 00:00:00 2001 From: Alex Muller Date: Mon, 11 May 2015 20:11:52 +0100 Subject: [PATCH] Remove unnecessary 'from' in playbook intro docs To make this sentence make sense. Fixes #10970. --- docsite/rst/playbooks_intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_intro.rst b/docsite/rst/playbooks_intro.rst index a27285b4a9f..3899502ed47 100644 --- a/docsite/rst/playbooks_intro.rst +++ b/docsite/rst/playbooks_intro.rst @@ -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