summaryrefslogtreecommitdiff
path: root/ansible/roles/gnome-system/tasks/main.yml
blob: 17bd63eaa9bba852c2fbc8a851d63a1aa198fb66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- name: install packages
  apt:
    name: "{{ item }}"
    state: present
  with_items:
    - gnome
    - liferea
    - desktop-cronish
    - handbrake
    - handbrake-cli
    - devhelp
    - gnumeric
    - revelation
    - mumble
    - gnome-shell-timer
    - fonts-freefont-ttf
    - fonts-symbola
    - fonts-inconsolata
    - calibre
    - system-config-printer

    # This seems to be wanted by something in the GNOME app stack.
    # Installing it will stop a lot of apps from whinging at startup.
    - libcanberra-gtk-module