summaryrefslogtreecommitdiff
path: root/roles/install_admin_packages/tasks/main.yml
blob: e6715e0122be8c4a48725ddfb83fa2ea582b8b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
- name: update pacman cache
  pacman:
      update_cache: yes
- name: install packages for admins
  pacman:
      name: '{{ item }}'
      state: present
  with_items:
      - bash-completion
      - bridge-utils
      - htop
      - nload
      - rxvt-unicode-terminfo
      - screen
      - tmux
      - vim