mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-07 03:10:31 -07:00
11 lines
204 B
YAML
11 lines
204 B
YAML
---
|
|
- name: Prepare
|
|
hosts: all
|
|
gather_facts: yes
|
|
tasks:
|
|
- name: Install sudo
|
|
ansible.builtin.apt:
|
|
name:
|
|
- sudo
|
|
- openjdk-17-jdk-headless
|
|
state: present
|