Skip to content

Commit

Permalink
fix sabnzbd file check
Browse files Browse the repository at this point in the history
  • Loading branch information
ahembree committed Dec 25, 2023
1 parent 4230970 commit 1a5f420
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/hmsdocker/tasks/sabnzbd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

- name: Check if config file exists after container restart
ansible.builtin.stat:
path: "{{ sabnzbd_config_path.stat.path }}"
path: "{{ hms_docker_apps_path }}/sabnzbd/config/sabnzbd.ini"
register: sabnzbd_config_path

- name: Configure sabnzbd config file
when: sabnzbd_config_path.stat.exists
Expand Down

0 comments on commit 1a5f420

Please sign in to comment.