tests.yml: Fix tags
"always" is not a thing in the current spec [1]. [1] https://docs.fedoraproject.org/en-US/ci/standard-test-interface/#_invocation
This commit is contained in:
parent
e5c5a920ee
commit
a8bd80a41a
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
tags:
|
tags:
|
||||||
- always
|
- classic
|
||||||
roles:
|
roles:
|
||||||
- test
|
- test
|
||||||
|
Loading…
Reference in New Issue
Block a user