Skip to content

Commit

Permalink
Spotify Public Key Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan committed Oct 9, 2023
1 parent 95a6762 commit 9e6a6a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/desktop/spotify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- name: Add Spotify key
become: true
apt_key:
url: https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg
url: https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg
state: present
- name: Add Spotify Repo
become: true
Expand Down
7 changes: 7 additions & 0 deletions ansible/playbooks/desktop/terminator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
gather_facts: no
user: arthur
tasks:
- name: Add Terminator Repo
become: true
apt_repository:
validate_certs: no
repo: "ppa:gnome-terminator"
state: present
update_cache: True
- name: Install Terminator
become: true
apt:
Expand Down

0 comments on commit 9e6a6a7

Please sign in to comment.