expanduser¶
Collection Note
This module is part of the ansible.builtin collection. To install the collection, use:
Added in version1.5.
Synopsis¶
- Translates C(~) in a path to the proper user's home directory.
Parameters¶
| Parameter | Defaults / Choices | Comments |
|---|---|---|
| _input path required |
A string that contains a path. |
Examples¶
Return Values¶
| Key | Data Type | Description | Returned |
|---|---|---|---|
| _value | path | The translated path. |
Authors¶
- Ansible Core Team