added powershell symlink util helper (#27153)

* Added symbolic link util for powershell

* updated module_util license to BSD
This commit is contained in:
Jordan Borean 2017-11-16 10:12:02 +10:00 committed by GitHub
commit 1bc4940ee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 682 additions and 0 deletions

View file

@ -76,6 +76,15 @@
that:
- argv_test.data == 'success'
- name: call module with symbolic link tests
symbolic_link_test:
path: C:\ansible testing
register: symbolic_link
- assert:
that:
- symbolic_link.data == 'success'
- name: remove testing folder
win_file:
path: C:\ansible testing