fix(deluge): install systemd unit file in proper directory

This commit is contained in:
NaeiKinDus 2025-05-23 00:00:00 +00:00
parent ade0cea349
commit 768a8133b5
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56

View file

@ -1,7 +1,7 @@
---
- name: find systemd unit directory
become: true
ansible.builtin.command: pkg-config systemd --variable=systemdsystemunitdir
ansible.builtin.command: pkg-config systemd --variable=systemd_system_conf_dir
changed_when: false
register: systemd_unit_directory_cmd
- name: find systemd version