tacker/vagrant/devstack/roles/ubuntu-focal/controller/tasks/vim_latest.yml

9 lines
151 B
YAML

---
- name: add apt repo ppa:jonathonf/vim
become: yes
apt_repository: repo='ppa:jonathonf/vim'
- name: install vim
become: yes
apt: name=vim