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