Use reliable static mirror for mariadb apt repository

This patch enables the use of the rackspace mirror of the mariadb
archive. This is necessary as archive.mariadb.org is not always
responding appropriately to apt requests.

Change-Id: I9005c6f03fd88345028183f38c682c7734562b24
Closes-Bug: #1412521
This commit is contained in:
Jesse Pretorius 2015-01-19 17:47:38 +00:00
parent 1b809a2c81
commit c6bee47bc9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ gpg_keys:
## Repositories
apt_common_repos:
- { repo: "deb http://archive.mariadb.org/mariadb-5.5.41/repo/ubuntu/ {{ ansible_distribution_release }} main", state: "present" }
- { repo: "deb http://mirror.rackspace.com/rackspaceprivatecloud/mirror/mariadb/mariadb-5.5.41/repo/ubuntu/ {{ ansible_distribution_release }} main", state: "present" }
apt_lxc_common_repos:
- { repo: "ppa:ubuntu-lxc/stable", state: "present" }