win_mapped_drive: add extra note around win_mapped_drive (#34478)

This commit is contained in:
Jordan Borean 2018-01-05 08:00:09 +10:00 committed by GitHub
parent da69f5aeae
commit edf56c9743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,9 @@ notes:
- This can only map a network drive for the current executing user and does not - 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 allow you to set a default drive for all users of a system. Use other
Microsoft tools like GPOs to achieve this goal. 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: options:
letter: letter:
description: description: