Remove manual move of systemd unit for xdg-desktop-portal-hyperland

This commit is contained in:
Oliver Traber 2024-06-01 01:35:17 +02:00
parent 258d897758
commit 0c32929002
Signed by: Bluemedia
GPG key ID: C0674B105057136C

View file

@ -152,12 +152,6 @@
cmd: "cmake --install build"
chdir: /usr/local/src/xdg-desktop-portal-hyprland
- name: Move xdg-desktop-portal-hyprland.service into place
become: yes
ansible.builtin.copy:
src: /usr/lib/x86_64-linux-gnu/systemd/user/xdg-desktop-portal-hyprland.service
dest: /usr/lib/systemd/user/xdg-desktop-portal-hyprland.service
- name: Reload systemd
ansible.builtin.systemd_service:
daemon_reload: true