summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/windows/win_path.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/windows/win_path.py')
-rw-r--r--lib/ansible/modules/windows/win_path.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/ansible/modules/windows/win_path.py b/lib/ansible/modules/windows/win_path.py
index e71fc9c6a6..1f20e0e430 100644
--- a/lib/ansible/modules/windows/win_path.py
+++ b/lib/ansible/modules/windows/win_path.py
@@ -43,8 +43,6 @@ options:
- The level at which the environment variable specified by C(name) should be managed (either for the current user or global machine scope).
choices: [ machine, user ]
default: machine
-author:
-- Matt Davis (@nitzmahone)
notes:
- This module is for modifying indidvidual elements of path-like
environment variables. For general-purpose management of other
@@ -55,6 +53,10 @@ notes:
therefore will need restarting to pick up new environment settings.
User level environment variables will require an interactive user to
log out and in again before they become available.
+seealso:
+- module: win_environment
+author:
+- Matt Davis (@nitzmahone)
'''
EXAMPLES = r'''