fix: manually merge upstream

This commit is contained in:
Marko Weltzer
2022-02-09 09:01:56 +01:00
10 changed files with 47 additions and 30 deletions

View File

@ -62,10 +62,10 @@
update_cache: true
when: (ansible_os_family == 'Debian')
- name: Ensure gradle is installed for self-building (CentOS)
- name: Ensure gradle is installed for self-building (RedHat)
fail:
msg: "Installing gradle on CentOS is currently not supported, so self-building ma1sd cannot happen at this time"
when: ansible_distribution == 'CentOS'
msg: "Installing gradle on RedHat ({{ ansible_distribution }}) is currently not supported, so self-building ma1sd cannot happen at this time"
when: ansible_os_family == 'RedHat'
- name: Ensure gradle is installed for self-building (Archlinux)
pacman: