mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-29 10:54:51 +00:00
feat: ubuntu compatibility
This commit is contained in:
@@ -18,5 +18,12 @@
|
||||
name:
|
||||
- java-1.8.0-openjdk
|
||||
state: present
|
||||
when: ansible_facts['os_family'] == "RedHat"
|
||||
|
||||
|
||||
- name: Install JDK8
|
||||
become: yes
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- openjdk-8-jdk
|
||||
state: present
|
||||
when: ansible_facts['os_family'] == "Debian"
|
||||
|
||||
Reference in New Issue
Block a user