From 6e18c7d71d781e227adf95f6fe0a791673cb5e78 Mon Sep 17 00:00:00 2001 From: freyja Date: Mon, 28 Jul 2025 14:53:47 -0700 Subject: [PATCH] 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: