From 54a40734eb1cf443f2dbc5d29e05e4f1017d4807 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 25 Aug 2020 15:24:56 +0200
Subject: [PATCH] ansible-inventories/zehnder#1881

---
 tasks/msodbc.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tasks/msodbc.yml b/tasks/msodbc.yml
index 3a962d0..efd8d3b 100644
--- a/tasks/msodbc.yml
+++ b/tasks/msodbc.yml
@@ -8,7 +8,7 @@
 
 - name: Apt Repository
   apt_repository:
-    repo: 'deb [arch=amd64] https://packages.microsoft.com/ubuntu/16.04/prod {{ ansible_distribution_release }} main'
+    repo: 'deb [arch=amd64] https://packages.microsoft.com/ubuntu/18.04/prod {{ ansible_distribution_release }} main'
     state: present
     mode: 0644
 
@@ -19,7 +19,6 @@
     value: "true"
     vtype: "select"
   with_items:
-    - msodbcsql
     - mssql-tools
 
 - name: Install Packages
@@ -29,7 +28,6 @@
     update_cache: yes
   vars:
     packages:
-      - msodbcsql
       - mssql-tools
       - unixodbc-dev
   notify:
-- 
GitLab