ansible/roles/ubuntu/tasks/packages.yml
2023-05-28 00:17:15 +02:00

9 lines
138 B
YAML

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