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 }}" path: "{{ download.dest }}"
state: absent state: absent
- name: Create desktop shortcut
win_shortcut:
src: "C:\\msys64\\msys2.exe"
dest: "C:\\Users\\Public\\Desktop\\msys2.lnk"
- name: Install essentials - name: Install essentials
win_command: pacman -S --noconfirm {{ item }} win_command: pacman -S --noconfirm {{ item }}
loop: loop:
- gcc - gcc
- git
- rlwrap - rlwrap
- rsync - rsync