mirror of https://github.com/ansible/ansible.git
Windows modules: Add -type "path" to path parameters (#20282)
This PR is based on #20164 functionality to specify the parameter type (e.g. as done for python modules). In this case only -type "path" has a specific meaning, as it will expand environment variables for paths. Which is typically done on Windows. So you can do: - win_copy: src: files/some.doc dest: '%UserProfile%\My Documents'pull/20314/head
parent
5afc0d0c58
commit
7be39ca553
Loading…
Reference in New Issue