Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit a9b61161e0 - Show all commits

View file

@ -46,7 +46,7 @@
- mysql
when: ansible_distribution_release == "stretch"
- name: "Install depends for mytop (Debian 10 or later)"
- name: "Install dependencies for mytop (Debian 10 or later)"
apt:
name: "{{ item }}"
with_items:

View file

@ -24,7 +24,7 @@
- mysql
when: ansible_distribution_release == "jessie"
- name: "Install depends for mytop (stretch)"
- name: "Install dependencies for mytop (stretch)"
apt:
name: "{{ item }}"
with_items:
@ -33,7 +33,7 @@
- libterm-readkey-perl
when: ansible_distribution_release == "stretch"
- name: "Install depends for mytop (Debian 10 or later)"
- name: "Install dependencies for mytop (Debian 10 or later)"
apt:
name: "{{ item }}"
with_items: