From 14962b1f593e1c78c7486028faff97ecef207ba5 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Thu, 31 Mar 2022 10:27:56 +0200 Subject: [PATCH] Adapt to new MDBF mirror --- README.md | 2 +- defaults/main.yml | 2 +- molecule/default/converge-mdbf.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be3091d..863e8ba 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Available variables are listed below, along with default values (see ```yaml mariadb_use_official_repo: false -mariadb_use_official_repo_url: https://deb.mariadb.org/repo +mariadb_use_official_repo_url: https://deb.mariadb.org mariadb_use_official_repo_version: 10.5 ``` diff --git a/defaults/main.yml b/defaults/main.yml index a836880..87c92bb 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -2,7 +2,7 @@ # Configure the following to use official MariaDB repository # see: https://downloads.mariadb.org/mariadb/repositories mariadb_use_official_repo: false -mariadb_use_official_repo_url: https://deb.mariadb.org/repo +mariadb_use_official_repo_url: https://deb.mariadb.org mariadb_use_official_repo_version: 10.5 mariadb_enabled_on_startup: true diff --git a/molecule/default/converge-mdbf.yml b/molecule/default/converge-mdbf.yml index 70fa457..562c624 100644 --- a/molecule/default/converge-mdbf.yml +++ b/molecule/default/converge-mdbf.yml @@ -4,7 +4,7 @@ gather_facts: true vars: mariadb_use_official_repo: true - mariadb_use_official_repo_url: https://deb.mariadb.org/repo + mariadb_use_official_repo_url: https://deb.mariadb.org mariadb_use_official_repo_version: 10.5 vars_files: vars/testvars.yml