update new download location

This commit is contained in:
Guido Grazioli 2022-01-14 10:29:48 +01:00
parent d7597771cf
commit d4634fcebc
3 changed files with 7 additions and 4 deletions

View file

@ -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

View file

@ -4,6 +4,8 @@
tasks:
- name: Disable beta repos
command: yum config-manager --disable '*beta*'
ignore_errors: yes
- name: Install sudo
yum:
name: sudo