Fix deprecation warning (#30)
parent
8802c6d50d
commit
e9b46e347e
|
@ -14,9 +14,8 @@
|
|||
|
||||
- name: APT | Install few MariaDB related tools
|
||||
apt:
|
||||
pkg: "{{ item }}"
|
||||
pkg: "{{ mariadb_tools }}"
|
||||
install_recommends: no
|
||||
with_items: "{{ mariadb_tools }}"
|
||||
|
||||
- name: APT | Install percona-xtrabackup if needed
|
||||
apt:
|
||||
|
|
Loading…
Reference in New Issue