Skip to content
Snippets Groups Projects
Commit 54a40734 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/zehnder#1881

parent cad14396
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
- name: Apt Repository - name: Apt Repository
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 state: present
mode: 0644 mode: 0644
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
value: "true" value: "true"
vtype: "select" vtype: "select"
with_items: with_items:
- msodbcsql
- mssql-tools - mssql-tools
- name: Install Packages - name: Install Packages
...@@ -29,7 +28,6 @@ ...@@ -29,7 +28,6 @@
update_cache: yes update_cache: yes
vars: vars:
packages: packages:
- msodbcsql
- mssql-tools - mssql-tools
- unixodbc-dev - unixodbc-dev
notify: notify:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment