No install_recommends with extra packages

This commit is contained in:
Emilien Mantel
2016-09-25 14:56:42 +02:00
parent 1a8866d889
commit 89fb9774ee

View File

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