mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
Ansible Galaxy and https://fedoraproject.org/wiki/CI/Standard_Test_Interface suggest to use a /tests directory and a names matching test*.yml.
6 lines
155 B
YAML
6 lines
155 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- name: Test executing the role with default parameters
|
|
hosts: all
|
|
roles:
|
|
- linux-system-roles.network
|