aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/odl_sfc/roles/setup-odl-sfc/tasks/control-repos-1.yml
blob: 7b699a359c1819ef004000ed259779677d48b52d (plain)
1
2
3
4
5
6
7
8
9
---
- name: copy download script
  copy:
    src: odl_pkg.sh
    dest: /opt/odl_pkg.sh
    mode: 0777

- name: download networking sfc and odl
  command: su -s /bin/sh -c "/opt/odl_pkg.sh"