File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ argument_specs:
1818 type : bool
1919 default : false
2020
21+ desktop_notifications_service :
22+ description : Define Freedesktop notifications service.
23+ type : str
24+
2125 desktop_usermount :
2226 description : Allow users to mount.
2327 type : bool
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ galaxy_info:
1313 galaxy_tags :
1414 - desktop
1515 - workstation
16+ - freedesktop
Original file line number Diff line number Diff line change 3939 become : false
4040 when : desktop_ohmyzsh
4141
42+ - name : Add XDG notifications service
43+ become : false
44+ when : desktop_notifications_service is defined
45+ copy :
46+ dest : " ~/.local/share/dbus-1/services/org.freedesktop.Notifications.service"
47+ content : |
48+ [D-BUS Service]
49+ Name=org.freedesktop.Notifications
50+ Exec=/usr/local/bin/{{ desktop_notifications_service }}
51+
52+
4253 - name : " Usermount | {{ desktop_usermount | ternary('enable', 'disable') }}"
4354 ansible.posix.sysctl :
4455 name : vfs.usermount
You can’t perform that action at this time.
0 commit comments