CI: Update everything first
This commit is contained in:
parent
5ff98c3a99
commit
c48ca2889d
@ -1,4 +1,12 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
tasks:
|
||||
- ansible.builtin.dnf:
|
||||
name: "*"
|
||||
state: latest
|
||||
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
|
Loading…
Reference in New Issue
Block a user