ansible/roles/ubuntu/tasks/packages.yml

8 lines
123 B
YAML
Raw Normal View History

2023-05-27 22:12:48 +00:00
---
- name: install needed tools
apt:
update_cache: yes
pkg:
- bash-completion
- vim
- aptitude