aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/odl_sfc/roles/setup-odl-sfc/tasks/main.yml
blob: 6b226688e14a5f17d70497bf92e3dd9dfb8f5c55 (plain)
1
2
3
4
5
6
---

- include: odl-cluster.yml
  when:
    - opendaylight is defined and opendaylight == "Enable"
    - odl_sfc is defined and odl_sfc == "Enable"