summaryrefslogtreecommitdiff
path: root/ansible/roles/gnome-system
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-14 14:32:42 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-14 14:32:42 +0300
commitd6b0a6f56ceec6f597d2b769654cd59608a502b9 (patch)
tree71cdee961edb561923d75c2c86dd55a0d48ace19 /ansible/roles/gnome-system
parentf1e43a38743aca7fcb7327789333c604ac96e0a5 (diff)
downloadansibleness-d6b0a6f56ceec6f597d2b769654cd59608a502b9.tar.gz
Reformat for readability
Diffstat (limited to 'ansible/roles/gnome-system')
-rw-r--r--ansible/roles/gnome-system/tasks/main.yml57
1 files changed, 16 insertions, 41 deletions
diff --git a/ansible/roles/gnome-system/tasks/main.yml b/ansible/roles/gnome-system/tasks/main.yml
index 764223b..e724713 100644
--- a/ansible/roles/gnome-system/tasks/main.yml
+++ b/ansible/roles/gnome-system/tasks/main.yml
@@ -1,47 +1,22 @@
-- name: install full GNOME desktop
- apt: name=gnome state=present
-
-- name: install liferea
- apt: name=liferea state=present
-
-- name: install desktop-cronish
- apt: name=desktop-cronish
-
-- name: install handbrake
- apt: "name={{ item }}"
- with_items:
- - handbrake
- - handbrake-cli
-
-- name: install devhelp
- apt: name=devhelp state=present
-
-- name: install gnumeric
- apt: name=gnumeric state=present
-
-- name: install revelation
- apt: name=revelation state=present
-
-- name: install mumble
- apt: name=mumble state=present
-
-- name: install gnome-shell-timer
- apt: name=gnome-shell-timer state=present
-
-- name: install fonts
+- 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
+ - calibre
-# This seems to be wanted by something in the GNOME app stack.
-# Installing it will stop a lot of apps from whinging at startup.
-- name: install libcanberra-gtk-module
- apt: name=libcanberra-gtk-module
-
-- name: install calibre
- apt: name=calibre
-
-- name: install fonts-symbola
- apt: name=fonts-symbola
+ # 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