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 @@
- 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:
......
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