We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 036e7e3 + 7344f75 commit cd9b83fCopy full SHA for cd9b83f
1 file changed
samples/features/high availability/Linux/Ansible Playbook/play.yml
@@ -7,8 +7,8 @@
7
8
vars:
9
# The URL of the repo to fetch the mssql-server and mssql-server-ha packages from
10
- centos_server_repo_url: 'https://packages.microsoft.com/config/rhel/7/mssql-server.repo'
11
- 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'
12
13
# The URL of the repo to fetch the mssql-tools package from
14
centos_tools_repo_url: 'https://packages.microsoft.com/config/rhel/7/prod.repo'
0 commit comments