aboutsummaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/extrapkg.yml
blob: 0836912608046ccb2935c8709ec986c9c9fd56a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
- name: Install extras that Everybody wants
  apt: pkg={{ item }} state=installed
  with_items:
    - ack-grep
    - alpine
    - build-essential
    - cowsay
    - ctorrent
    - figlet
    - ipython
    - ipython3
    - lynx
    - manpages-dev
  tags:
    - dependencies