Add msys2 desktop shortcut
This commit is contained in:
parent
77872a8e9d
commit
3b9f4800b5
|
@ -24,9 +24,15 @@
|
|||
path: "{{ download.dest }}"
|
||||
state: absent
|
||||
|
||||
- name: Create desktop shortcut
|
||||
win_shortcut:
|
||||
src: "C:\\msys64\\msys2.exe"
|
||||
dest: "C:\\Users\\Public\\Desktop\\msys2.lnk"
|
||||
|
||||
- name: Install essentials
|
||||
win_command: pacman -S --noconfirm {{ item }}
|
||||
loop:
|
||||
- gcc
|
||||
- git
|
||||
- rlwrap
|
||||
- rsync
|
||||
|
|
Loading…
Reference in a new issue