Change description of nopasswd parameter for sudoers to be more clear (#10506)

Update sudoers.py

Made the description of nopasswd more clear

(cherry picked from commit 84b5d38c51)
This commit is contained in:
freyja 2025-07-29 21:16:20 -07:00 committed by patchback[bot]
commit 58e603c1ff

View file

@ -52,7 +52,7 @@ options:
version_added: 8.4.0
nopassword:
description:
- Whether a password is required when command is run with sudo.
- Whether a password is not required when command is run with sudo.
default: true
type: bool
setenv: