Skip to content

Commit

Permalink
Fix typo's
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Jan 10, 2025
1 parent 226eda4 commit 27396e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## msodbcsql

[![CI](https://github.com/Oefenweb/ansible-msodbcsql/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-msodbcsql/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-git--lfs-blue.svg)](https://galaxy.ansible.com/Oefenweb/msodbcsql)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-msodbcsql-blue.svg)](https://galaxy.ansible.com/Oefenweb/msodbcsql)

Set up [Microsoft ODBC](https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-ver16) in Debian-like systems.
Set up [Microsoft ODBC](https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server) in Debian-like systems.

#### Requirements

Expand Down
3 changes: 1 addition & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# requirements file
---
collections:
- name: community.general
collections: []
12 changes: 6 additions & 6 deletions vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# vars file
---
msodbcsql_versions_supported:
- 17
- 18
- '17'
- '18'

msodbcsql_keyring_src: https://packages.microsoft.com/keys/microsoft.asc
msodbcsql_keyring_dst: /usr/share/keyrings/microsoft-prod.gpg
Expand All @@ -18,10 +18,10 @@ msodbcsql_dependencies_pre:
- wget

msodbcsql_debconf_selections:
- name: "msodbcsql{{ msodbcsql_version }}"
question: msodbcsql/ACCEPT_EULA
value: true
vtype: boolean
- name: "msodbcsql{{ msodbcsql_version }}"
question: msodbcsql/ACCEPT_EULA
value: true
vtype: boolean

msodbcsql_dependencies:
- "msodbcsql{{ msodbcsql_version }}"

0 comments on commit 27396e1

Please sign in to comment.