summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ansible/modules/windows/win_stat.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/ansible/modules/windows/win_stat.py b/lib/ansible/modules/windows/win_stat.py
index 4951fd637b..0238c70a48 100644
--- a/lib/ansible/modules/windows/win_stat.py
+++ b/lib/ansible/modules/windows/win_stat.py
@@ -140,6 +140,11 @@ stat:
returned: success, path exists, path is a file
type: string
sample: ".ps1"
+ filename:
+ description: the name of the file (without path)
+ returned: success, path exists, path is a file
+ type: string
+ sammple: foo.ini
isarchive:
description: if the path is ready for archiving or not
returned: success, path exists
@@ -197,9 +202,9 @@ stat:
sample: BUILTIN\Administrators
path:
description: the full absolute path to the file
- returned: success, path exists
+ returned: success, path exists, file exists
type: string
- sample: BUILTIN\Administrators
+ sample: C:\foo.ini
sharename:
description: the name of share if folder is shared
returned: success, path exists, file is a directory and isshared == True