From 84b5d38c513f7e002211f0e8140d94de929db8ed Mon Sep 17 00:00:00 2001 From: freyja Date: Tue, 29 Jul 2025 21:16:20 -0700 Subject: [PATCH] Change description of nopasswd parameter for sudoers to be more clear (#10506) Update sudoers.py Made the description of nopasswd more clear --- plugins/modules/sudoers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/sudoers.py b/plugins/modules/sudoers.py index 411d87a1c7..f353859a98 100644 --- a/plugins/modules/sudoers.py +++ b/plugins/modules/sudoers.py @@ -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: