|
|
@ -74,13 +74,8 @@
|
|
|
|
msg: "Installing gradle on RedHat ({{ ansible_distribution }}) is currently not supported, so self-building ma1sd cannot happen at this time"
|
|
|
|
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'
|
|
|
|
when: ansible_os_family == 'RedHat'
|
|
|
|
|
|
|
|
|
|
|
|
- name: Ensure gradle is installed for self-building (Archlinux)
|
|
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/util/ensure_gradle_installed_archlinux.yml"
|
|
|
|
community.general.pacman:
|
|
|
|
when: "ansible_distribution == 'Archlinux'"
|
|
|
|
name:
|
|
|
|
|
|
|
|
- gradle
|
|
|
|
|
|
|
|
state: present
|
|
|
|
|
|
|
|
update_cache: true
|
|
|
|
|
|
|
|
when: ansible_distribution == 'Archlinux'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Ensure ma1sd repository is present on self-build
|
|
|
|
- name: Ensure ma1sd repository is present on self-build
|
|
|
|
ansible.builtin.git:
|
|
|
|
ansible.builtin.git:
|
|
|
|