1 2 3 4 5 6 7 8 9 10 11 12 13 14
--- - name: Ensure bin_dir exists file: path: "{{ bin_dir }}" recurse: yes state: directory - include_tasks: download_bins.yml - include_tasks: netmaster.yml when: contiv_role == "netmaster" - include_tasks: netplugin.yml when: contiv_role == "netplugin"