main.yml 284 B

123456789101112131415
  1. ---
  2. - include_tasks: old_version_cleanup.yml
  3. - name: Ensure contiv_bin_dir exists
  4. file:
  5. path: "{{ contiv_bin_dir }}"
  6. recurse: yes
  7. state: directory
  8. - include_tasks: download_bins.yml
  9. - include_tasks: netmaster.yml
  10. when: contiv_master
  11. - include_tasks: netplugin.yml