Skip to content

Commit

Permalink
arr_db: fix fail task
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Oct 8, 2023
1 parent fdd4631 commit e2bc5f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/arr_db/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
msg:
- "You must enable at least one of the role variables to run this role."
- "Use the Saltbox inventory to enable."
when: not (arr_db_sonarr_enabled or arr_db_lidarr_enabled or arr_db_readarr_enabled or arr_db_whisparr_enabled or arr_db_prowlarr_enabled)

- name: Install SQLite3
ansible.builtin.apt:
Expand Down

0 comments on commit e2bc5f2

Please sign in to comment.