No install_recommends with extra packages
parent
1a8866d889
commit
89fb9774ee
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue