mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-08 14:20:19 -07:00
update new download location
This commit is contained in:
parent
d7597771cf
commit
d4634fcebc
3 changed files with 7 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: podman
|
||||
name: docker
|
||||
platforms:
|
||||
- name: instance
|
||||
image: registry.access.redhat.com/ubi8/ubi-init:latest
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
tasks:
|
||||
- name: Disable beta repos
|
||||
command: yum config-manager --disable '*beta*'
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Install sudo
|
||||
yum:
|
||||
name: sudo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue