Skip to content

Commit

Permalink
fixing minor documentation flaws (ansible-collections#5000)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Blaesing <[email protected]>
  • Loading branch information
2 people authored and Dušan Markovič committed Nov 7, 2022
1 parent 11974f0 commit 3fbb512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/become/sudosu.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
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:
Expand Down

0 comments on commit 3fbb512

Please sign in to comment.