Skip to content
Snippets Groups Projects
Commit f318121c authored by Elena Grandi's avatar Elena Grandi
Browse files

Install gnome-system-tools on --standalone.

parent a06156b0
No related branches found
No related tags found
No related merge requests found
......@@ -199,3 +199,9 @@
copy:
src: 10_fuss
dest: /usr/share/gconf/defaults/10_fuss
- name: install packages on standalone clients only
include: "{{includes}}/install-package-apt.yml"
with_items:
- gnome-system-tools
when: standalone is defined and standalone
fuss-client (10.0.15) UNRELEASED; urgency=medium
* Check that /usr/share/gconf/defaults before writing into it.
* Install gnome-system-tools on --standalone.
-- Elena Grandi <elena@truelite.it> Tue, 30 Jun 2020 10:19:57 +0200
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment