mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
Fix deprecation warning (#30)
This commit is contained in:
@@ -14,9 +14,8 @@
|
|||||||
|
|
||||||
- name: APT | Install few MariaDB related tools
|
- name: APT | Install few MariaDB related tools
|
||||||
apt:
|
apt:
|
||||||
pkg: "{{ item }}"
|
pkg: "{{ mariadb_tools }}"
|
||||||
install_recommends: no
|
install_recommends: no
|
||||||
with_items: "{{ mariadb_tools }}"
|
|
||||||
|
|
||||||
- name: APT | Install percona-xtrabackup if needed
|
- name: APT | Install percona-xtrabackup if needed
|
||||||
apt:
|
apt:
|
||||||
|
|||||||
Reference in New Issue
Block a user