mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
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>
6 lines
208 B
YAML
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)
|