ansible/roles/util/tasks/Ubuntu.yaml

16 lines
305 B
YAML
Raw Normal View History

2019-12-14 03:48:59 +00:00
---
- name: add vim ppa
apt_repository:
repo: ppa:jonathonf/vim
state: "{{ util_vim_ppa_state }}"
- name: add git ppa
apt_repository:
repo: ppa:git-core/ppa
state: "{{ util_git_ppa_state }}"
2022-08-30 11:42:45 +00:00
- name: add neovim ppa
apt_repository:
repo: ppa:neovim-ppa/stable
state: present