diff --git a/roles/spotify/tasks/main.yml b/roles/spotify/tasks/main.yml index b944acb..0b807a4 100644 --- a/roles/spotify/tasks/main.yml +++ b/roles/spotify/tasks/main.yml @@ -6,7 +6,7 @@ uris: http://repository.spotify.com suites: stable components: non-free - signed_by: https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg + signed_by: https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg state: present enabled: yes @@ -28,4 +28,4 @@ - name: Create Spotify desktop entry copy: src: "{{ role_path }}/files/spotify.desktop" - dest: "{{ ansible_env.HOME }}/.local/share/applications/spotify.desktop" \ No newline at end of file + dest: "{{ ansible_env.HOME }}/.local/share/applications/spotify.desktop"