winroom: add pyodbc

This commit is contained in:
Timotej Lazar 2022-10-05 14:08:21 +00:00
parent 33361c1d51
commit 2f0093dee8
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@
- include_tasks: jupyter.yml
- include_tasks: JDK.yml
- include_tasks: powerdesigner.yml
- include_tasks: pyodbc.yml
- include_tasks: mysql_workbench.yml
- include_tasks: mysql-odbc-connector.yml
- include_tasks: notepad++.yml

View file

@ -0,0 +1,2 @@
- name: Install pyodbc
win_command: pip install pyodbc