add some things
This commit is contained in:
3
roles/workstation/main.yml
Normal file
3
roles/workstation/main.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
- block:
|
||||
|
||||
include_tasks: tasks/packages.yml
|
||||
7
roles/workstation/tasks/packages.yml
Normal file
7
roles/workstation/tasks/packages.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: Install basic packages
|
||||
pacman:
|
||||
name:
|
||||
- vim
|
||||
- less
|
||||
- man-pages
|
||||
- man-db
|
||||
Reference in New Issue
Block a user