aboutsummaryrefslogtreecommitdiffstats
path: root/roles/basic/tasks/main.yml
blob: 8126d49b5419c4012c495157fc742dd4b4adac29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: pkg - update packages database
  command: pkg update

- name: pkg - install packages
  pkgng:
    name: "{{ item }}"
    state: present
  with_items:
    - tmux
    - vim-lite
    - mosh