From 7344f757e5fc3d8a9897cc07dab9c5e5bd365020 Mon Sep 17 00:00:00 2001 From: Arnav Singh Date: Thu, 9 Nov 2017 14:48:50 -0800 Subject: [PATCH] Fixed URLs for post-RTM mssql-server repo --- .../high availability/Linux/Ansible Playbook/play.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/features/high availability/Linux/Ansible Playbook/play.yml b/samples/features/high availability/Linux/Ansible Playbook/play.yml index d3a594eb..53e2131c 100644 --- a/samples/features/high availability/Linux/Ansible Playbook/play.yml +++ b/samples/features/high availability/Linux/Ansible Playbook/play.yml @@ -7,8 +7,8 @@ vars: # The URL of the repo to fetch the mssql-server and mssql-server-ha packages from - centos_server_repo_url: 'https://packages.microsoft.com/config/rhel/7/mssql-server.repo' - ubuntu_server_repo_url: 'https://packages.microsoft.com/config/ubuntu/16.04/mssql-server.list' + centos_server_repo_url: 'https://packages.microsoft.com/config/rhel/7/mssql-server-2017.repo' + ubuntu_server_repo_url: 'https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-2017.list' # The URL of the repo to fetch the mssql-tools package from centos_tools_repo_url: 'https://packages.microsoft.com/config/rhel/7/prod.repo'