summaryrefslogtreecommitdiff
path: root/ansible/roles/gnome-system/tasks/main.yml
blob: 4e6171fcd3bfd792f458438054720a31a56501f9 (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
25
- 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
    - cups
    - 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