Fix deprecation warning (#30)
parent
8802c6d50d
commit
e9b46e347e
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue