mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 19:12:13 +02:00
12 lines
295 B
YAML
12 lines
295 B
YAML
---
|
|
- 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
|