mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 12:44:22 -07:00
Update sudoers.py
Made the description of nopasswd more clear
This commit is contained in:
parent
44ca366173
commit
6e18c7d71d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue