No install_recommends with extra packages

pull/14/head
Emilien Mantel 2016-09-25 14:56:42 +02:00
parent 1a8866d889
commit 89fb9774ee
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
when: mysql_origin == 'upstream' and mysql_vendor == 'percona'
- name: APT | Install few MySQL related tools
apt: pkg={{ item }} state=present
apt: pkg={{ item }} state=present install_recommends=no
with_items:
- mytop
- percona-toolkit