add utils role
This commit is contained in:
10
roles/util/tasks/Ubuntu.yaml
Normal file
10
roles/util/tasks/Ubuntu.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- 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 }}"
|
||||
Reference in New Issue
Block a user