Update tests.yml
This commit is contained in:
parent
001b0ae5e5
commit
3f807c007d
@ -4,8 +4,6 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Brew a warm one
|
- 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/'
|
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
|
- hosts: localhost
|
||||||
tags: classic
|
tags: classic
|
||||||
@ -16,8 +14,6 @@
|
|||||||
dest: /tmp/libverto.spec
|
dest: /tmp/libverto.spec
|
||||||
- name: Install build deps
|
- name: Install build deps
|
||||||
shell: dnf -y --nogpgcheck build-dep /tmp/libverto.spec
|
shell: dnf -y --nogpgcheck build-dep /tmp/libverto.spec
|
||||||
args:
|
|
||||||
warn: false
|
|
||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
|
Loading…
Reference in New Issue
Block a user