5 lines
73 B
YAML
5 lines
73 B
YAML
- name: Install pyodbc
|
|
apt:
|
|
name: python3-pyodbc
|
|
state: latest
|