ansible/lib
Andrea Scarpino c80d696cec win_file: fix error when creating an existing dir (#19070)
If something else created the dir New-Item will throw an exception and
the task will fail. Check the existing file and as long as it's a dir,
we don't need to error out.
2017-03-17 09:33:57 -07:00
..
ansible win_file: fix error when creating an existing dir (#19070) 2017-03-17 09:33:57 -07:00