feat: add jackett server & conf

This commit is contained in:
VC
2024-07-05 11:53:41 +02:00
parent f19da209fe
commit 3aa021d748
8 changed files with 67 additions and 16 deletions

View File

@@ -14,3 +14,10 @@
ansible.builtin.command:
cmd: exportfs -a
changed_when: true
- name: Restart jackett
ansible.builtin.systemd_service:
name: jackett
daemon_reload: true
enabled: true
state: restarted