Update user module documentation (#72109)
Co-authored-by: ankitsagar <ankitsagar15@gmail.com>
This commit is contained in:
parent
50c8c87fe2
commit
865113aa29
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ options:
|
||||||
- Optionally set the user's shell.
|
- Optionally set the user's shell.
|
||||||
- On macOS, before Ansible 2.5, the default shell for non-system users was C(/usr/bin/false).
|
- On macOS, before Ansible 2.5, the default shell for non-system users was C(/usr/bin/false).
|
||||||
Since Ansible 2.5, the default shell for non-system users on macOS is C(/bin/bash).
|
Since Ansible 2.5, the default shell for non-system users on macOS is C(/bin/bash).
|
||||||
- On other operating systems, the default shell is determined by the underlying tool being
|
- See notes for details on how other operating systems determine the default shell by
|
||||||
used. See Notes for details.
|
the underlying tool.
|
||||||
type: str
|
type: str
|
||||||
home:
|
home:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue