Fix deprecation warning

pull/30/head
Mitchel 2018-11-06 13:02:33 +01:00 committed by GitHub
parent 8802c6d50d
commit b3a2cc7071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: