mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
expand user home path in stat.
This commit is contained in:
parent
9b09ff4a65
commit
6e3ec9ccc0
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ def main():
|
|||
)
|
||||
|
||||
path = module.params.get('path')
|
||||
path = os.path.expanduser(path)
|
||||
follow = module.params.get('follow')
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue