aboutsummaryrefslogtreecommitdiffstats
path: root/roles/basic/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/basic/tasks/main.yml')
-rw-r--r--roles/basic/tasks/main.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/roles/basic/tasks/main.yml b/roles/basic/tasks/main.yml
index f707e42..ca46831 100644
--- a/roles/basic/tasks/main.yml
+++ b/roles/basic/tasks/main.yml
@@ -84,14 +84,13 @@
- name: pkg - install packages
pkgng:
- name: "{{ item }}"
+ name:
+ - tmux
+ - vim-console
+ - mosh
+ - rsync
+ - htop
state: present
- with_items:
- - tmux
- - vim-lite
- - mosh
- - rsync
- - htop
- name: vim - add basic configurations
blockinfile: