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