1 2 3 4 5 6
- name: Download VyOS ISO release get_url: url: "{{ vyos_iso_url }}" dest: "{{ vyos_iso_local }}" force: no when: not vyos_iso_local is exists