Files
community.general/lib/ansible/modules/windows
S 3bc474bf99 Fixed win_file crash with hidden files (#52584)
* Fixed crash with hidden files

added "-force" parameter on "Get-Item" cmdlet. this is needed to get file info if the file is "hidden" 
without this option modules like win_file, win_template, win_copy crashes on hidden files. this is because with "test-path" it sees that the file exists, but "get-item" can't get the file info. 
for more information on "-force option": https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-item

* Add changelog and integration tests

* fix tests for older Windows versions
2019-03-08 15:32:32 +10:00
..
2016-12-08 11:22:22 -05:00
2018-09-11 14:23:48 +10:00
2019-02-22 10:24:16 +00:00
2018-12-05 22:39:06 -05:00
2018-11-22 06:55:10 +10:00