Skip to content

Commit 77bc0ab

Browse files
committed
Add firefox to list of software to install for xserver. This allows the user to open the HTML examples.
1 parent 3a54b65 commit 77bc0ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roles/xserver/tasks/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# friendliness.
44

55
# Important to install the packages in this order, otherwise icons will not
6-
# load correctly.
6+
# load correctly. Firefox is not strictly required, but we need a web browser.
77
- name: Install Ubuntu packages needed to run X server.
88
apt:
99
pkg={{ item }}
@@ -14,6 +14,7 @@
1414
- dictionaries-common
1515
- xfce4
1616
- gnome-icon-theme-full
17+
- firefox
1718
sudo: yes
1819

1920
- name: Allow everyone to start X.

0 commit comments

Comments
 (0)