blob: 2cbe44a19f367f5a8c2b8dd0f7690dbadcacc43d [file] [log] [blame]
Raphael Vicente Rosa760229a2021-03-17 21:15:59 -03001---
2# usrp tasks/main.yml
3#
4# SPDX-FileCopyrightText: © 2021 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7- name: include OS-specific vars
8 include_vars: "{{ ansible_os_family }}.yml"
9
10- name: include OS-specific tasks
11 include_tasks: "{{ ansible_os_family }}.yml"