Fedora CI: Update the test image before running tests

See https://pagure.io/fedora-ci/general/issue/20
epel9
Miro Hrončok 6 years ago
parent 80602e339d
commit 224c79a35f

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

Loading…
Cancel
Save