fixup tests.yml

This commit is contained in:
Tomas Orsava 2020-04-30 16:27:09 +02:00
parent c6a4cbc337
commit 7482ae2b2f
1 changed files with 4 additions and 8 deletions

View File

@ -1,12 +1,4 @@
---
- hosts: localhost
tags:
- classic
tasks:
- dnf:
name: "*"
state: latest
- hosts: localhost
tags:
- classic
@ -16,6 +8,10 @@
vars:
srcdir: "{{ tenv_workdir }}/tests/data/scripts_pythondistdeps/usr/"
flatten: True
tasks:
- dnf:
name: "*"
state: latest
roles:
- role: standard-test-basic
tests: