ansible/roles/ubuntu/tasks/packages.yml

13 lines
184 B
YAML

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