From c0501ebf8e9591f728599c930a772f0aa9cc325f Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Fri, 9 Sep 2022 11:54:48 -0500 Subject: Removed deprecated apt_key ansible module. --- plex/tasks/main.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plex') diff --git a/plex/tasks/main.yaml b/plex/tasks/main.yaml index ff5ddcf..2f8ea11 100644 --- a/plex/tasks/main.yaml +++ b/plex/tasks/main.yaml @@ -4,7 +4,10 @@ - name: add plex apt key become: yes - apt_key: url="https://downloads.plex.tv/plex-keys/PlexSign.key" + get_url: + url: "https://downloads.plex.tv/plex-keys/PlexSign.key" + dest: /etc/apt/trusted.gpg.d/plex.asc + mode: "0644" - name: add plex apt repo become: yes -- cgit v1.2.3