ansible/roles/ubuntu/tasks/packages.yml

12 lines
164 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