ソースを参照

notifications fix

master
コミット
8ba5477abc
2個のファイルの変更11行の追加0行の削除
  1. +1
    -0
      tasks/main.yaml
  2. +10
    -0
      tasks/notifications.yaml

+ 1
- 0
tasks/main.yaml ファイルの表示

@@ -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 ファイルの表示

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

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

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