Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use .path from result of win_tempfile
According to recent win_tempfile documentation, its result is a dictionary, with the temporary path under the path key. https://docs.ansible.com/ansible/latest/collections/ansible/windows/win_tempfile_module.html Updating uses of the result to make use of the .path value This makes is possible for me to use the role on macos 11, provisioning a win2019 VM, using ansible 2.10.3
- Loading branch information