Add msys2 desktop shortcut
This commit is contained in:
parent
77872a8e9d
commit
3b9f4800b5
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue