Update ubuntu task
This commit is contained in:
parent
32400cb845
commit
9bbec96481
@ -3,4 +3,6 @@
|
||||
|
||||
- import_tasks: timezone.yml
|
||||
|
||||
- import_tasks: snap.yml
|
||||
- import_tasks: snap.yml
|
||||
|
||||
- import_tasks: packages.yml
|
8
roles/ubuntu/tasks/packages.yml
Normal file
8
roles/ubuntu/tasks/packages.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: install needed tools
|
||||
apt:
|
||||
update_cache: yes
|
||||
pkg:
|
||||
- bash-completion
|
||||
- vim
|
||||
- aptitude
|
Loading…
Reference in New Issue
Block a user