Skip to content

Commit 9e6a6a7

Browse files
Spotify Public Key Update
1 parent 95a6762 commit 9e6a6a7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ansible/playbooks/desktop/spotify.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- name: Add Spotify key
66
become: true
77
apt_key:
8-
url: https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg
8+
url: https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg
99
state: present
1010
- name: Add Spotify Repo
1111
become: true

ansible/playbooks/desktop/terminator.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
gather_facts: no
33
user: arthur
44
tasks:
5+
- name: Add Terminator Repo
6+
become: true
7+
apt_repository:
8+
validate_certs: no
9+
repo: "ppa:gnome-terminator"
10+
state: present
11+
update_cache: True
512
- name: Install Terminator
613
become: true
714
apt:

0 commit comments

Comments
 (0)