ansible/roles/util/tasks/Ubuntu.yaml

11 lines
212 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 }}"