ahembree / ansible-hms-docker

Ansible playbook for automated home media server setup
GNU General Public License v3.0
391 stars 47 forks source link

Added If statement around authentik_net in docker-compose template for tautulli container to only output when enabled #8

Closed jjunkiee closed 2 years ago

jjunkiee commented 2 years ago

Probably should've created an issue before this but it's a small change.

I was getting an error when playing the runbook with authentik disabled as the authentik_net is always defined for the tautulli container.

ahembree commented 2 years ago

Thanks for reporting this.

After further review, this line was actually an error, and Tautulli was not supposed to have the authentik_net assigned to it since it can communicate with authentik via the traefik_net.

This was just resolved in https://github.com/ahembree/ansible-hms-docker/commit/2f70e5905544614784e40bc8e75e6757f89c8380.