- name: Install Neovim PPA become: true apt_repository: repo: ppa:neovim-ppa/unstable state: present - name: Install Neovim become: true apt: name: neovim state: present