This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-desktop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
notifications fix
master
Markus Katharina Brechtel
4 years ago
parent
758d88d820
commit
8ba5477abc
2 changed files
with
11 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/main.yaml
+10
-0
tasks/notifications.yaml
+ 1
- 0
tasks/main.yaml
View File
@@ -15,3 +15,4 @@
- import_tasks: scanner.yaml
- import_tasks: scanner.yaml
- import_tasks: multimedia.yaml
- import_tasks: multimedia.yaml
- import_tasks: mindmap.yaml
- import_tasks: mindmap.yaml
- import_tasks: notifications.yaml
+ 10
- 0
tasks/notifications.yaml
View File
@@ -0,0 +1,10 @@
---
- name: notify-osd package
apt:
pkg: notify-osd
- name: dunst package absent
apt:
pkg: dunst
state: absent