Adapt to new MDBF mirror
This commit is contained in:
parent
d076d5d600
commit
14962b1f59
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue