mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-08 14:20:19 -07:00
fix: keycloak_frontend_url needs scheme
This commit is contained in:
parent
1b44b47d1c
commit
5fa9243bcd
4 changed files with 6 additions and 4 deletions
|
@ -3,7 +3,7 @@ dependency:
|
|||
name: shell
|
||||
command: ansible-galaxy collection install -r molecule/default/requirements.yml -p $HOME/.ansible/collections --force-with-deps
|
||||
driver:
|
||||
name: docker
|
||||
name: podman
|
||||
platforms:
|
||||
- name: instance
|
||||
image: registry.access.redhat.com/ubi8/ubi-init:latest
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
- name: Prepare
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Disable beta repos
|
||||
command: yum config-manager --disable '*beta*'
|
||||
- name: Install sudo
|
||||
yum:
|
||||
name: sudo
|
||||
state: present
|
||||
state: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue