mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-08-01 20:34:47 +00:00
add test
This commit is contained in:
11
molecule/debian/prepare.yml
Normal file
11
molecule/debian/prepare.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Prepare
|
||||
hosts: all
|
||||
gather_facts: yes
|
||||
tasks:
|
||||
- name: Install sudo
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- sudo
|
||||
- openjdk-17-jdk-headless
|
||||
state: present
|
||||
Reference in New Issue
Block a user