Urejanje/usklajevanje - naprej
This commit is contained in:
parent
1a0e138d17
commit
ce7679bbd9
|
@ -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
|
||||
|
|
12
roles/winroom/tasks/fri_base.yml
Normal file
12
roles/winroom/tasks/fri_base.yml
Normal 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
|
|
@ -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
|
||||
|
|
4
roles/winroom/tasks/rlwrap.yml
Normal file
4
roles/winroom/tasks/rlwrap.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Install rlwrap
|
||||
apt:
|
||||
name: rlwrap
|
||||
state: latest
|
Loading…
Reference in a new issue