mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
No install_recommends with extra packages
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user