Is your feature request related to a problem? Please describe.
In ansible.cfg, I can specify a vault file relative to my home directory using ~ or $HOME. But when I try to use the extension, it doesn't interpret these values and cannot encrypt/decrypt using the password files.
I would like to be able to use ~ or $HOME from the extension just like I can from the ansible cli.
Describe alternatives you've considered
I can specify the entire path, I'd just like to use path expansion so it works when I'm in a devcontainer or sharing the ansible.cfg with another user.
Is your feature request related to a problem? Please describe.
In ansible.cfg, I can specify a vault file relative to my home directory using ~ or $HOME. But when I try to use the extension, it doesn't interpret these values and cannot encrypt/decrypt using the password files.
Sample ansible.cfg
Describe the solution you'd like
I would like to be able to use ~ or $HOME from the extension just like I can from the ansible cli.
Describe alternatives you've considered
I can specify the entire path, I'd just like to use path expansion so it works when I'm in a devcontainer or sharing the ansible.cfg with another user.
Additional context
N/A