network/tests/run-tasks.yml
2018-05-23 18:55:21 +02:00

6 lines
136 B
YAML

# SPDX-License-Identifier: BSD-3-Clause
---
- name: Run the tasklist {{ task }}
hosts: all
tasks:
- include_tasks: "{{ task }}"