Add stub tests
This is only used as part of rpm-ostree which has extensive tests and there is no point to testing it separately. Related: rhbz#1985020
This commit is contained in:
parent
3df8414cf1
commit
ff2394b7ca
11
tests/tests.yaml
Normal file
11
tests/tests.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
gather_facts: yes
|
||||
tags:
|
||||
- classic
|
||||
|
||||
tasks:
|
||||
# This is only used as part of rpm-ostree which has extensive tests
|
||||
# and there is no point to testing it separately.
|
||||
- name: true
|
||||
shell: true
|
||||
Loading…
Reference in New Issue
Block a user