ansible/roles/ubuntu/tasks/packages.yml

12 lines
164 B
YAML

---
- name: install needed tools
become: true
apt:
update_cache: yes
pkg:
- bash-completion
- vim
- aptitude
- git
- make