home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 95bc329ca04dd1b151c98be12c54d4179892ccf5
parent 0f57225d2e44ea9ec99af727c7721d31a35d645c
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 28 Jun 2019 19:12:50 +0200

ansible: add some gnome tweaks and snapd to desktop

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mroles/desktop/tasks/gnome.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/roles/desktop/tasks/gnome.yml b/roles/desktop/tasks/gnome.yml @@ -10,6 +10,9 @@ - nautilus-image-converter - deja-dup - deja-dup-nautilus + - gnome-tweaks + - gnome-shell-extension-pomodoro + - snapd - name: Install dconf-editor become: yes package: name=dconf-editor state=present