mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-31 20:04:53 +00:00
Add base role and playbook, molecule configuration
This commit is contained in:
8
molecule/default/prepare.yml
Normal file
8
molecule/default/prepare.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Prepare
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Install sudo
|
||||
yum:
|
||||
name: sudo
|
||||
state: present
|
||||
Reference in New Issue
Block a user