8140_add_monthly_vm #71

Merged
xavi merged 2 commits from 8140_add_monthly_vm into main 2025-02-27 08:24:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 08ddde37e8 - Show all commits

View File

@ -13,7 +13,7 @@
- name: Run MariaDB repository setup script
command:
cmd: "/bin/bash /tmp/mariadb_repo_setup --mariadb-server-version=10.11.10"
cmd: "/bin/bash /tmp/mariadb_repo_setup --mariadb-server-version={{ db.version | default('10.11.6') }}"
creates: "/etc/apt/sources.list.d/mariadb.list"
- name: Install Percona repository package