Commit aaa9a3cd820d

Vincent Demeester <vincent@sbr.pm>
2019-07-01 10:23:22
ansible: add xsel to desktop essentials
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8fa5219
Changed files (1)
roles
desktop
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