Update tests.yml

This commit is contained in:
Anuja More 2024-12-17 10:26:48 +00:00
parent 001b0ae5e5
commit 3f807c007d

View File

@ -4,8 +4,6 @@
tasks:
- name: Brew a warm one
shell: dnf config-manager --add-repo 'http://download.eng.bos.redhat.com/brewroot/repos/rhel-9.0.0-build/latest/x86_64/'
args:
warn: false
- hosts: localhost
tags: classic
@ -16,8 +14,6 @@
dest: /tmp/libverto.spec
- name: Install build deps
shell: dnf -y --nogpgcheck build-dep /tmp/libverto.spec
args:
warn: false
- hosts: localhost
roles: