winroom: add pyodbc
This commit is contained in:
parent
33361c1d51
commit
2f0093dee8
|
@ -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
|
||||
|
|
2
roles/winroom/tasks/pyodbc.yml
Normal file
2
roles/winroom/tasks/pyodbc.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
- name: Install pyodbc
|
||||
win_command: pip install pyodbc
|
Loading…
Reference in a new issue