Any path outside of the computer you are connecting with will not be accessible unless
* You are using credential delegation (CredSSP or Kerberis with `ansible_winrm_kerberos_delegation: true`) * You use become * You use a scheduled task * You manually map the drive and copy the files Looks like you have worked out the last option where the drive is mapped using New-PSDrive for that session which is good. Become is fairly new and I only just started documenting it, you can see the latest guide here https://github.com/jborean93/ansible/blob/45ce16177b5839ebc12f0f6ba046969c67d50ec0/docs/docsite/rst/become.rst#become-and-windows. If that page becomes unaccessible it will mean it has been merged into the devel branch and should be viewed on the actual ansible site. Hopefully that guide helps you with become and you can get it working if you are interested. Thanks Jordan -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/f018afcb-8ade-40da-a6fe-848aa8fd0832%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
