ansible/roles/ubuntu/tasks/packages.yml

13 lines
184 B
YAML
Raw Normal View History

2023-05-27 22:12:48 +00:00
---
- name: install needed tools
2023-05-27 22:17:15 +00:00
become: true
2023-05-27 22:12:48 +00:00
apt:
update_cache: yes
pkg:
- bash-completion
- vim
2023-05-27 22:28:57 +00:00
- aptitude
- git
- make
2023-09-24 18:47:49 +00:00
- molly-guard