Ubuntu 18.04 support #70

Closed
Ghost wants to merge 38 commits from ubuntu into unstable
Showing only changes of commit 148a383cf1 - Show all commits

View file

@ -75,6 +75,18 @@
tags:
- mysql
# Percona Toolkit
- name: "Install percona-toolkit (Debian 9 or later)"
apt:
name: percona-toolkit
state: present
tags:
- packages
- percona-toolkit
- mysql
when: ansible_distribution_major_version | version_compare('9', '>=')
# automatic optimizations
- include_role: