summaryrefslogtreecommitdiffstats
path: root/roles/contiv/tasks/main.yml
blob: 4d530ae909b144a06ed3284e9eb19123c7769b6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- include_tasks: old_version_cleanup.yml

- name: Ensure contiv_bin_dir exists
  file:
    path: "{{ contiv_bin_dir }}"
    recurse: yes
    state: directory

- include_tasks: download_bins.yml

- include_tasks: netmaster.yml
  when: contiv_master

- include_tasks: netplugin.yml