mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 20:57:41 +01:00
Changed task titles to be consistent
This commit is contained in:
parent
d84b2868b7
commit
2849f0b1b8
@ -26,7 +26,7 @@
|
|||||||
when: matrix_mxisd_enabled|bool and not matrix_mxisd_container_image_self_build
|
when: matrix_mxisd_enabled|bool and not matrix_mxisd_container_image_self_build
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: Ensure gradle is installed for self-building
|
- name: Ensure gradle is installed for self-building (Debian)
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- gradle
|
- gradle
|
||||||
@ -34,7 +34,7 @@
|
|||||||
update_cache: yes
|
update_cache: yes
|
||||||
when: (ansible_os_family == 'Debian')
|
when: (ansible_os_family == 'Debian')
|
||||||
|
|
||||||
- name: Ensure gradle is installed for self-building
|
- name: Ensure gradle is installed for self-building (CentOS)
|
||||||
fail:
|
fail:
|
||||||
msg: "Installing gradle on CentOS is currently not supported, so self-building mxisd cannot happen at this time"
|
msg: "Installing gradle on CentOS is currently not supported, so self-building mxisd cannot happen at this time"
|
||||||
when: ansible_distribution == 'CentOS'
|
when: ansible_distribution == 'CentOS'
|
||||||
|
Loading…
Reference in New Issue
Block a user