Uncomment the dependencies on 7zip and other useful packages
This commit is contained in:
parent
8642b6879e
commit
127bc79886
|
@ -1,12 +1,12 @@
|
||||||
#- include_tasks: 7zip.yml
|
- include_tasks: 7zip.yml
|
||||||
#- include_tasks: chrome.yml
|
- include_tasks: chrome.yml
|
||||||
#- include_tasks: firefox.yml
|
- include_tasks: firefox.yml
|
||||||
#- include_tasks: libreoffice.yml
|
- include_tasks: libreoffice.yml
|
||||||
#- include_tasks: msys2.yml
|
- include_tasks: msys2.yml
|
||||||
#- include_tasks: pycharm.yml # not required by anyone but used by everyone
|
- include_tasks: pycharm.yml # not required by anyone but used by everyone
|
||||||
#- include_tasks: sublime-text.yml
|
- include_tasks: sublime-text.yml
|
||||||
#- include_tasks: sumatrapdf.yml
|
- include_tasks: sumatrapdf.yml
|
||||||
#- include_tasks: vlc.yml
|
- include_tasks: vlc.yml
|
||||||
- name: Set timezone
|
- name: Set timezone
|
||||||
win_timezone:
|
win_timezone:
|
||||||
timezone: Central Europe Standard Time
|
timezone: Central Europe Standard Time
|
||||||
|
|
Loading…
Reference in a new issue