Commit d6432fd
authored
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.31 parent fd77467 commit d6432fd
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments