Raphael Vicente Rosa | 760229a | 2021-03-17 21:15:59 -0300 | [diff] [blame^] | 1 | --- |
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" |