Fix deprecation warning (#30)

pull/31/head
Mitchel 2018-11-06 13:41:09 +01:00 committed by Emilien M
parent 8802c6d50d
commit e9b46e347e
1 changed files with 1 additions and 2 deletions

View File

@ -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: