home

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

commit aaa9a3cd820d41c20b2055486186ea329996e908
parent 8fa5219f4c2badb13622d5e4d3b4c5726c278c6f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  1 Jul 2019 10:23:22 +0200

ansible: add xsel to desktop essentials

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

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

diff --git a/roles/desktop/tasks/gnome.yml b/roles/desktop/tasks/gnome.yml @@ -13,6 +13,7 @@ - gnome-tweaks - gnome-shell-extension-pomodoro - snapd + - xsel - name: Install dconf-editor become: yes package: name=dconf-editor state=present @@ -30,4 +31,4 @@ dconf: key: "/org/gnome/settings-daemon/plugins/color/night-light-temperature" value: "5000" - state: present- \ No newline at end of file + state: present