Procházet zdrojové kódy

Changed task titles to be consistent

pull/425/head
Christian Wolf před 6 roky
rodič
revize
2849f0b1b8
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      roles/matrix-mxisd/tasks/setup_mxisd.yml

+ 2
- 2
roles/matrix-mxisd/tasks/setup_mxisd.yml Zobrazit soubor

@@ -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'


Načítá se…
Zrušit
Uložit