mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
Change description of nopasswd parameter for sudoers to be more clear (#10506)
Update sudoers.py Made the description of nopasswd more clear
This commit is contained in:
parent
6ce9f805a8
commit
84b5d38c51
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue