From 127bc798861bfa956feb5b1c21906c0397ea00c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Fele-=C5=BDor=C5=BE?= Date: Fri, 1 Mar 2024 15:33:18 +0100 Subject: [PATCH] Uncomment the dependencies on 7zip and other useful packages --- roles/fri_base/tasks/main_win.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/roles/fri_base/tasks/main_win.yml b/roles/fri_base/tasks/main_win.yml index c28a035..b920096 100644 --- a/roles/fri_base/tasks/main_win.yml +++ b/roles/fri_base/tasks/main_win.yml @@ -1,12 +1,12 @@ -#- include_tasks: 7zip.yml -#- include_tasks: chrome.yml -#- include_tasks: firefox.yml -#- include_tasks: libreoffice.yml -#- include_tasks: msys2.yml -#- include_tasks: pycharm.yml # not required by anyone but used by everyone -#- include_tasks: sublime-text.yml -#- include_tasks: sumatrapdf.yml -#- include_tasks: vlc.yml +- include_tasks: 7zip.yml +- include_tasks: chrome.yml +- include_tasks: firefox.yml +- include_tasks: libreoffice.yml +- include_tasks: msys2.yml +- include_tasks: pycharm.yml # not required by anyone but used by everyone +- include_tasks: sublime-text.yml +- include_tasks: sumatrapdf.yml +- include_tasks: vlc.yml - name: Set timezone win_timezone: timezone: Central Europe Standard Time