1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

[PR #10506/84b5d38c backport][stable-11] Change description of nopasswd parameter for sudoers to be more clear (#10519)

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)

Co-authored-by: freyja <github.com.tidy739@passinbox.com>
This commit is contained in:
patchback[bot] 2025-07-30 06:53:47 +02:00 committed by GitHub
parent 302d88b33d
commit 402fdcec6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: