We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a54b65 commit 77bc0abCopy full SHA for 77bc0ab
roles/xserver/tasks/main.yml
@@ -3,7 +3,7 @@
3
# friendliness.
4
5
# Important to install the packages in this order, otherwise icons will not
6
-# load correctly.
+# load correctly. Firefox is not strictly required, but we need a web browser.
7
- name: Install Ubuntu packages needed to run X server.
8
apt:
9
pkg={{ item }}
@@ -14,6 +14,7 @@
14
- dictionaries-common
15
- xfce4
16
- gnome-icon-theme-full
17
+ - firefox
18
sudo: yes
19
20
- name: Allow everyone to start X.
0 commit comments