ansible/test
S edd7e53b8b 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

(cherry picked from commit 3bc474bf99)
2019-03-11 11:53:23 -07:00
..
cache
env [stable-2.7] Add env command to ansible-test and run in CI. (#50176) 2018-12-22 00:10:16 -08:00
integration Fixed win_file crash with hidden files (#52584) 2019-03-11 11:53:23 -07:00
legacy vultr_server: fix multiple ssh keys not handled (#50337) 2019-01-07 11:05:25 -08:00
results
runner OpenSUSE - Add OpenSUSE 15 test containers (#52793) 2019-02-26 10:15:18 -08:00
sanity Install the NuGet package provider if needed (#52129) 2019-02-14 12:41:16 -08:00
units [stable-2.7] Python 2: accept both long and int for type=int (module options) (#53289) 2019-03-06 14:21:51 -08:00
utils [stable-2.7] Fix run.py --branch argument. 2019-01-07 16:50:31 -08:00