Small typo fix in documentation (#56480)
The documentation was probably C&P'd from user, leaving a "useradd" mention where a "groupadd" should be.
This commit is contained in:
parent
940d58e1b3
commit
6182f368e7
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ options:
|
|||
description:
|
||||
- Forces the use of "local" command alternatives on platforms that implement it.
|
||||
- This is useful in environments that use centralized authentication when you want to manipulate the local groups.
|
||||
(e.g. it uses C(lgroupadd) instead of C(useradd)).
|
||||
(e.g. it uses C(lgroupadd) instead of C(groupadd)).
|
||||
- This requires that these commands exist on the targeted host, otherwise it will be a fatal error.
|
||||
type: bool
|
||||
default: no
|
||||
|
|
Loading…
Reference in a new issue