From ce7679bbd985a9295c6a11524e22d8f4c2ac1e94 Mon Sep 17 00:00:00 2001 From: polz Date: Mon, 11 Sep 2023 14:28:17 +0200 Subject: [PATCH] Urejanje/usklajevanje - naprej --- roles/winroom/tasks/all_classes.yml | 2 -- roles/winroom/tasks/fri_base.yml | 12 ++++++++++++ roles/winroom/tasks/main.yml | 2 +- roles/winroom/tasks/rlwrap.yml | 4 ++++ 4 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 roles/winroom/tasks/fri_base.yml create mode 100644 roles/winroom/tasks/rlwrap.yml diff --git a/roles/winroom/tasks/all_classes.yml b/roles/winroom/tasks/all_classes.yml index bf7bd91..534b7af 100644 --- a/roles/winroom/tasks/all_classes.yml +++ b/roles/winroom/tasks/all_classes.yml @@ -1,5 +1,3 @@ -- import_tasks: settings.yml -- import_tasks: util.yml - import_tasks: AAHRP-63263.yml - import_tasks: APS1-63279.yml - import_tasks: ARP1-63545C.yml diff --git a/roles/winroom/tasks/fri_base.yml b/roles/winroom/tasks/fri_base.yml new file mode 100644 index 0000000..5b3db8d --- /dev/null +++ b/roles/winroom/tasks/fri_base.yml @@ -0,0 +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 +- name: Set timezone + win_timezone: + timezone: Central Europe Standard Time diff --git a/roles/winroom/tasks/main.yml b/roles/winroom/tasks/main.yml index 26a3af3..4d5777e 100644 --- a/roles/winroom/tasks/main.yml +++ b/roles/winroom/tasks/main.yml @@ -1,4 +1,4 @@ - import_tasks: settings.yml -# - import_tasks: util.yml +- import_tasks: util.yml # - import_tasks: all_classes.yml - import_tasks: TIS-63216.yml diff --git a/roles/winroom/tasks/rlwrap.yml b/roles/winroom/tasks/rlwrap.yml new file mode 100644 index 0000000..f843350 --- /dev/null +++ b/roles/winroom/tasks/rlwrap.yml @@ -0,0 +1,4 @@ +- name: Install rlwrap + apt: + name: rlwrap + state: latest