Update the test image before running tests

See https://pagure.io/fedora-ci/general/issue/20
This commit is contained in:
Miro Hrončok 2019-06-26 18:18:13 +02:00
commit f5948a878c

View file

@ -1,4 +1,12 @@
---
- hosts: localhost
tags:
- classic
tasks:
- dnf:
name: "*"
state: latest
- hosts: localhost
roles:
- role: standard-test-basic