CI: Update everything first

This commit is contained in:
Miro Hrončok 2022-06-09 13:08:14 +02:00 committed by churchyard
parent 5ff98c3a99
commit c48ca2889d
1 changed files with 8 additions and 0 deletions

View File

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