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

- name: Install networking-sfc for CLI
  pip:
    name: networking-sfc
  when: odl_sfc == "Enable"