Fix deprecation warning (#30)

This commit is contained in:
Mitchel
2018-11-06 13:41:09 +01:00
committed by Emilien M
parent 8802c6d50d
commit e9b46e347e

View File

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