Enable neovim stable backport ppa on Ubuntu 20.04

This commit is contained in:
Kenneth Benzie 2023-02-08 13:51:53 +00:00
parent b4d4bd0664
commit 1608987eef

View File

@ -1,4 +1,12 @@
--- ---
- name: add neovim stable ppa
when: ansible_distribution == 'Ubuntu' and
ansible_distribution_version == '20.04'
become: true
apt_repository:
repo: ppa:neovim-ppa/stable
update_cache: true
- name: install apt package - name: install apt package
become: true become: true
apt: apt: