mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-29 16:11:34 -07:00
Add custom xml parameter and test scenario
This commit is contained in:
parent
548db6fc4b
commit
0751b97b87
15 changed files with 751 additions and 9 deletions
12
molecule/overridexml/prepare.yml
Normal file
12
molecule/overridexml/prepare.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
- name: Prepare
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Disable beta repos
|
||||
ansible.builtin.command: yum config-manager --disable '*beta*'
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Install sudo
|
||||
ansible.builtin.yum:
|
||||
name: sudo
|
||||
state: present
|
Loading…
Add table
Add a link
Reference in a new issue