--- - name: Build and install neovide become: true ansible.builtin.command: cmd: cargo install --root /usr/local --git https://github.com/neovide/neovide - name: Copy neovide icon become: true ansible.builtin.copy: src: neovide/icon.png dest: /usr/share/icons/neovide.png - name: Copy neovide.desktop become: true ansible.builtin.copy: src: neovide/neovide.desktop dest: /usr/local/share/applications/neovide.desktop