Urejanje/usklajevanje - naprej

This commit is contained in:
polz 2023-09-11 14:28:17 +02:00
parent 1a0e138d17
commit ce7679bbd9
4 changed files with 17 additions and 3 deletions

View file

@ -1,5 +1,3 @@
- import_tasks: settings.yml
- import_tasks: util.yml
- import_tasks: AAHRP-63263.yml - import_tasks: AAHRP-63263.yml
- import_tasks: APS1-63279.yml - import_tasks: APS1-63279.yml
- import_tasks: ARP1-63545C.yml - import_tasks: ARP1-63545C.yml

View file

@ -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

View file

@ -1,4 +1,4 @@
- import_tasks: settings.yml - import_tasks: settings.yml
# - import_tasks: util.yml - import_tasks: util.yml
# - import_tasks: all_classes.yml # - import_tasks: all_classes.yml
- import_tasks: TIS-63216.yml - import_tasks: TIS-63216.yml

View file

@ -0,0 +1,4 @@
- name: Install rlwrap
apt:
name: rlwrap
state: latest