network/tests/tasks/ostree_systems_check.yml
Rich Megginson ab77dd159e test: improve name text for skipped ostree tests
Improve the name text for skipped ostree tests to explain
why the test is skipped.
Add tests/tasks/ostree_systems_check.yml for use by test
playbooks that may be skipped on ostree systems.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2024-03-25 17:30:00 -06:00

6 lines
208 B
YAML

# SPDX-License-Identifier: BSD-3-Clause
---
- name: Cannot test ostree systems because the package cannot be removed
or installed - '{{ package }}'
meta: end_host
when: __network_is_ostree | d(false)