--- - name: clone neovim github repo ansible.builtin.shell: "cd ~/dev && git clone https://github.com/neovim/neovim.git && cd neovim && gmake && sudo gmake install" args: creates: /usr/local/bin/nvim