diff --git a/tests/tests.yml b/tests/tests.yml index b1b3a0a..622a6ec 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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: