mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Revert "Expand variables in configuration files" - I feel I've been here before.
Breaks some test runs.
This reverts commit a9eef029b6
.
This commit is contained in:
parent
f948a94f51
commit
106f4ccc01
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def shell_expand_path(path):
|
||||||
''' shell_expand_path is needed as os.path.expanduser does not work
|
''' shell_expand_path is needed as os.path.expanduser does not work
|
||||||
when path is None, which is the default for ANSIBLE_PRIVATE_KEY_FILE '''
|
when path is None, which is the default for ANSIBLE_PRIVATE_KEY_FILE '''
|
||||||
if path:
|
if path:
|
||||||
path = os.path.expandvars(os.path.expanduser(path))
|
path = os.path.expanduser(path)
|
||||||
return path
|
return path
|
||||||
|
|
||||||
p = load_config_file()
|
p = load_config_file()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue