Enable neovim stable backport ppa on Ubuntu 20.04
This commit is contained in:
parent
b4d4bd0664
commit
1608987eef
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user