--- - name: Set specific facts ansible.builtin.set_fact: nebula_bin_dir: "{{ nebula_local_bin_dir }}" - name: Not supported yet ansible.builtin.debug: msg: "Downloading nebula without a package manager is not supported yet." - name: End prematurely ansible.builtin.fail: msg: "Exiting." # Steps to perform: # -> download # -> setup appropriate dirs # -> drop systemd unit ...