Fedora CI: Update the test machine before testing
This is required to fetch latest updates and test with recent packages.
This commit is contained in:
parent
1a985bb5d6
commit
1639fefb13
@ -1,4 +1,12 @@
|
|||||||
---
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tasks:
|
||||||
|
- dnf:
|
||||||
|
name: "*"
|
||||||
|
state: latest
|
||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- role: standard-test-basic
|
- role: standard-test-basic
|
||||||
|
Loading…
Reference in New Issue
Block a user