From edf56c9743e52e67cdb4d2756855301c4eec5fee Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Fri, 5 Jan 2018 08:00:09 +1000 Subject: [PATCH] win_mapped_drive: add extra note around win_mapped_drive (#34478) --- lib/ansible/modules/windows/win_mapped_drive.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/modules/windows/win_mapped_drive.py b/lib/ansible/modules/windows/win_mapped_drive.py index d179a2d340f..7582c4f4ba5 100644 --- a/lib/ansible/modules/windows/win_mapped_drive.py +++ b/lib/ansible/modules/windows/win_mapped_drive.py @@ -23,6 +23,9 @@ notes: - This can only map a network drive for the current executing user and does not allow you to set a default drive for all users of a system. Use other Microsoft tools like GPOs to achieve this goal. +- You cannot use this module to access a mapped drive in another Ansible task, + drives mapped with this module are only accessible when logging in + interactively with the user through the console or RDP. options: letter: description: