fix typos
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2019-10-24 15:55:40 +02:00 committed by Jérémy Lecour
parent 85b0e36f33
commit a9b61161e0
2 changed files with 3 additions and 3 deletions

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: