Small typo fix in documentation (#56480)

The documentation was probably C&P'd from user, leaving a "useradd" mention where a "groupadd" should be.
pull/56486/head
Till Wiese 5 years ago committed by Sandra McCann
parent 940d58e1b3
commit 6182f368e7

@ -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…
Cancel
Save