Update ubuntu task

This commit is contained in:
Przemek Grondek 2023-05-28 00:12:48 +02:00
parent 32400cb845
commit 9bbec96481
2 changed files with 11 additions and 1 deletions

View File

@ -4,3 +4,5 @@
- import_tasks: timezone.yml
- import_tasks: snap.yml
- import_tasks: packages.yml

View File

@ -0,0 +1,8 @@
---
- name: install needed tools
apt:
update_cache: yes
pkg:
- bash-completion
- vim
- aptitude