Bläddra i källkod

notifications fix

master
förälder
incheckning
8ba5477abc
2 ändrade filer med 11 tillägg och 0 borttagningar
  1. +1
    -0
      tasks/main.yaml
  2. +10
    -0
      tasks/notifications.yaml

+ 1
- 0
tasks/main.yaml Visa fil

@@ -15,3 +15,4 @@
- import_tasks: scanner.yaml
- import_tasks: multimedia.yaml
- import_tasks: mindmap.yaml
- import_tasks: notifications.yaml

+ 10
- 0
tasks/notifications.yaml Visa fil

@@ -0,0 +1,10 @@
---

- name: notify-osd package
apt:
pkg: notify-osd

- name: dunst package absent
apt:
pkg: dunst
state: absent