From 66079fbd172dd9eadcd1aac49d0d65953c046309 Mon Sep 17 00:00:00 2001 From: polz Date: Fri, 24 Feb 2023 14:25:15 +0100 Subject: [PATCH] popravljen TIS za Ilca --- roles/linroom/tasks/TIS-63216.yml | 1 + roles/linroom/tasks/thonny.yml | 4 ++++ roles/winroom/tasks/TIS-63216.yml | 1 + 3 files changed, 6 insertions(+) create mode 100644 roles/linroom/tasks/thonny.yml diff --git a/roles/linroom/tasks/TIS-63216.yml b/roles/linroom/tasks/TIS-63216.yml index f1fe0d3..1b05a8e 100644 --- a/roles/linroom/tasks/TIS-63216.yml +++ b/roles/linroom/tasks/TIS-63216.yml @@ -2,3 +2,4 @@ # Davor.Sluga@fri.uni-lj.si # Windows, VS Code, Python 3 - include_tasks: vscode.yml +- include_tasks: thonny.yml diff --git a/roles/linroom/tasks/thonny.yml b/roles/linroom/tasks/thonny.yml new file mode 100644 index 0000000..769384b --- /dev/null +++ b/roles/linroom/tasks/thonny.yml @@ -0,0 +1,4 @@ +- name: Install cmake + apt: + name: thonny + state: latest diff --git a/roles/winroom/tasks/TIS-63216.yml b/roles/winroom/tasks/TIS-63216.yml index f1fe0d3..1b05a8e 100644 --- a/roles/winroom/tasks/TIS-63216.yml +++ b/roles/winroom/tasks/TIS-63216.yml @@ -2,3 +2,4 @@ # Davor.Sluga@fri.uni-lj.si # Windows, VS Code, Python 3 - include_tasks: vscode.yml +- include_tasks: thonny.yml