Add msys2 desktop shortcut

This commit is contained in:
Timotej Lazar 2022-09-28 07:04:02 +00:00
parent 77872a8e9d
commit 3b9f4800b5

View file

@ -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