Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Apr 20, 2024
1 parent 03317f0 commit db726fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors:
description: A collection of roles for running a media server - sonarr, radarr, plex, ombi, transmission, etc
license_file: LICENSE
readme: README.md
version: 0.0.3
version: 0.0.4
repository: https://github.com/compscidr/ansible-media-server
tags:
- docker
Expand Down
2 changes: 1 addition & 1 deletion roles/prowlarr/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
pull: true
ports:
- "{{ prowlarr_port }}:9696"
volumes:
volumes:
- "{{ prowlarr_folder }}:/config:rw"
env:
TZ: "{{ prowlarr_tz }}"
Expand Down

0 comments on commit db726fa

Please sign in to comment.