---
- 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