mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
expand user home path in stat.
This commit is contained in:
@@ -67,6 +67,7 @@ def main():
|
||||
)
|
||||
|
||||
path = module.params.get('path')
|
||||
path = os.path.expanduser(path)
|
||||
follow = module.params.get('follow')
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user