diff options
Diffstat (limited to 'plex')
| -rw-r--r-- | plex/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plex/tasks/main.yaml b/plex/tasks/main.yaml index d48acf4..a04cd21 100644 --- a/plex/tasks/main.yaml +++ b/plex/tasks/main.yaml @@ -11,7 +11,7 @@ - name: add plex apt repo become: yes - apt_repository: repo="deb [signed-by=/etc/apt/trusted.gpg.d/plex.asc] http://downloads.plex.tv/repo/deb public main" + apt_repository: repo="deb [signed-by=/etc/apt/trusted.gpg.d/plex.asc] https://downloads.plex.tv/repo/deb public main" notify: restart plex service - name: update apt package cache |
