From 34d73692933da7a4282de8da1bb2050483edbf8a Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 12:48:45 +0200 Subject: [PATCH] fixing minor documentation flaws (#5000) (#5003) Co-authored-by: Thomas Blaesing (cherry picked from commit 037c75db4f049395d963e50fa94065a5de6c16a5) Co-authored-by: Thomas <3999809+tehtbl@users.noreply.github.com> --- plugins/become/sudosu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/become/sudosu.py b/plugins/become/sudosu.py index 410b881b96..605c83d58c 100644 --- a/plugins/become/sudosu.py +++ b/plugins/become/sudosu.py @@ -8,9 +8,9 @@ DOCUMENTATION = """ name: sudosu short_description: Run tasks using sudo su - description: - - This become plugins allows your remote/login user to execute commands as another user via the C(sudo) and C(su) utilities combined. + - This become plugin allows your remote/login user to execute commands as another user via the C(sudo) and C(su) utilities combined. author: - - Dag Wieers (@dagwieers) + - Dag Wieers (@dagwieers) version_added: 2.4.0 options: become_user: