Skip to content

Commit

Permalink
Added missing names for a bunch of containers
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Apr 20, 2024
1 parent d6d8705 commit 80dddb6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
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 in docker containers - sonarr, radarr, plex, ombi, transmission, etc
license_file: LICENSE
readme: README.md
version: 0.0.5
version: 0.0.6
repository: https://github.com/compscidr/ansible-media-server
tags:
- docker
Expand Down
1 change: 1 addition & 0 deletions roles/prowlarr/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
tags: prowlarr
become: true
community.docker.docker_container:
name: prowlarr
image: lscr.io/linuxserver/prowlarr:latest
pull: true
ports:
Expand Down
1 change: 1 addition & 0 deletions roles/radarr/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
tags: radarr
become: true
community.docker.docker_container:
name: radarr
image: ghcr.io/radarr/radarr:latest
pull: true
ports:
Expand Down
1 change: 1 addition & 0 deletions roles/sonarr/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
tags: sonarr
become: true
community.docker.docker_container:
name: sonarr
image: ghcr.io/sonarr/sonarr:latest
pull: true
ports:
Expand Down
1 change: 1 addition & 0 deletions roles/transmission/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
tags: transmision
become: true
community.docker.docker_container:
name: transmission
image: haugene/transmission-openvpn:latest
pull: true
ports:
Expand Down

0 comments on commit 80dddb6

Please sign in to comment.