From 768a8133b5f96d65520da327593241f28ad20168 Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Fri, 23 May 2025 00:00:00 +0000 Subject: [PATCH] fix(deluge): install systemd unit file in proper directory --- .../infrastructure/roles/deluge/tasks/gather_facts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_collections/nullified/infrastructure/roles/deluge/tasks/gather_facts.yml b/ansible_collections/nullified/infrastructure/roles/deluge/tasks/gather_facts.yml index d724c51..b9deda9 100644 --- a/ansible_collections/nullified/infrastructure/roles/deluge/tasks/gather_facts.yml +++ b/ansible_collections/nullified/infrastructure/roles/deluge/tasks/gather_facts.yml @@ -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