mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
huge rework in order to take full advantage of ansible roles
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[D-BUS Service]
|
||||
Name=org.freedesktop.Notifications
|
||||
Exec=/usr/lib/notification-daemon-1.0/notification-daemon
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Install Notification Daemon
|
||||
become: true
|
||||
pacman:
|
||||
name: notification-daemon
|
||||
state: present
|
||||
- name: Setup Notification Daemon
|
||||
become: true
|
||||
synchronize:
|
||||
src: notification/notification.service
|
||||
dest: /usr/share/dbus-1/services/org.freedesktop.Notification.service
|
||||
Reference in New Issue
Block a user