Add Sublime Text on Windows
This commit is contained in:
parent
be7cdf62dd
commit
af08e2c52c
4
roles/winroom/tasks/sublime-text.yml
Normal file
4
roles/winroom/tasks/sublime-text.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Install Sublime Text
|
||||
win_chocolatey:
|
||||
name: sublimetext4
|
||||
state: present
|
|
@ -3,5 +3,6 @@
|
|||
- include_tasks: firefox.yml
|
||||
- include_tasks: libreoffice.yml
|
||||
- include_tasks: msys2.yml
|
||||
- include_tasks: sublime-text.yml
|
||||
- include_tasks: sumatrapdf.yml
|
||||
- include_tasks: vlc.yml
|
||||
|
|
Loading…
Reference in a new issue