fix(deluge): install systemd unit file in proper directory
This commit is contained in:
parent
ade0cea349
commit
768a8133b5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: find systemd unit directory
|
- name: find systemd unit directory
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.command: pkg-config systemd --variable=systemdsystemunitdir
|
ansible.builtin.command: pkg-config systemd --variable=systemd_system_conf_dir
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: systemd_unit_directory_cmd
|
register: systemd_unit_directory_cmd
|
||||||
- name: find systemd version
|
- name: find systemd version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue