Changed task titles to be consistent

This commit is contained in:
Christian Wolf 2020-03-28 11:39:35 +01:00
parent d84b2868b7
commit 2849f0b1b8

View File

@ -26,7 +26,7 @@
when: matrix_mxisd_enabled|bool and not matrix_mxisd_container_image_self_build
- block:
- name: Ensure gradle is installed for self-building
- name: Ensure gradle is installed for self-building (Debian)
apt:
name:
- gradle
@ -34,7 +34,7 @@
update_cache: yes
when: (ansible_os_family == 'Debian')
- name: Ensure gradle is installed for self-building
- name: Ensure gradle is installed for self-building (CentOS)
fail:
msg: "Installing gradle on CentOS is currently not supported, so self-building mxisd cannot happen at this time"
when: ansible_distribution == 'CentOS'