Skip to content

Commit

Permalink
Plexshare: Add mariadb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Jan 5, 2025
1 parent a97814e commit 2487bb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/plexshare/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,8 @@ plexshare_docker_restart_policy: unless-stopped

# State
plexshare_docker_state: started

# Dependencies
plexshare_depends_on: "{{ plexshare_name }}-mariadb"
plexshare_depends_on_delay: "0"
plexshare_depends_on_healthchecks: "false"

0 comments on commit 2487bb8

Please sign in to comment.