aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/onap/roles/tasks/main.yml
blob: c9e8042779967f7307d2b76e1bdd46bcf8c4c6c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#############################################################################
# Copyright (c) 2019 Intel Corp.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
#############################################################################
---
- include: "{{ ansible_distribution }}.yml"
  when: onap is defined and onap == "Enable"