ansible/test
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
..
cache
env Add env command to ansible-test and run in CI. (#50176) 2018-12-20 22:08:57 -08:00
integration Fixed win_file crash with hidden files (#52584) 2019-03-08 15:32:32 +10:00
legacy tests: cloudscale_server: convert legacy to target tests (#52576) 2019-02-20 16:15:40 +01:00
results
runner Add ansible-test finally block after tests run. 2019-03-07 18:31:02 -08:00
sanity scan_packages: made adding package managers easier (#49079) 2019-03-06 12:29:51 -05:00
units Add support for Windows hosts in the SSH connection plugin (#47732) 2019-03-07 16:38:02 -08:00
utils Add timeout support to ansible-test. (#53302) 2019-03-05 11:58:13 -08:00