mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +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:
@@ -52,7 +52,7 @@ options:
|
|||||||
version_added: 8.4.0
|
version_added: 8.4.0
|
||||||
nopassword:
|
nopassword:
|
||||||
description:
|
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
|
default: true
|
||||||
type: bool
|
type: bool
|
||||||
setenv:
|
setenv:
|
||||||
|
|||||||
Reference in New Issue
Block a user