Update the test image before running tests
See https://pagure.io/fedora-ci/general/issue/20
This commit is contained in:
parent
8f563a8e11
commit
f5948a878c
1 changed files with 8 additions and 0 deletions
|
|
@ -1,4 +1,12 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
tasks:
|
||||
- dnf:
|
||||
name: "*"
|
||||
state: latest
|
||||
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue