expandvars¶
Collection Note
This module is part of the ansible.builtin collection. To install the collection, use:
Added in version1.5.
Synopsis¶
- Will do a shell-like substitution of environment variables on the provided input.
Parameters¶
| Parameter | Defaults / Choices | Comments |
|---|---|---|
| _input str required |
A string that contains environment variables. |
Examples¶
Return Values¶
| Key | Data Type | Description | Returned |
|---|---|---|---|
| _value | str | The string with translated environment variable values. |
Authors¶
- Ansible Core Team