mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
added powershell symlink util helper (#27153)
* Added symbolic link util for powershell * updated module_util license to BSD
This commit is contained in:
parent
e16e6313c7
commit
1bc4940ee1
3 changed files with 682 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue