We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a6762 commit 9e6a6a7Copy full SHA for 9e6a6a7
ansible/playbooks/desktop/spotify.yaml
@@ -5,7 +5,7 @@
5
- name: Add Spotify key
6
become: true
7
apt_key:
8
- url: https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg
+ url: https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg
9
state: present
10
- name: Add Spotify Repo
11
ansible/playbooks/desktop/terminator.yaml
@@ -2,6 +2,13 @@
2
gather_facts: no
3
user: arthur
4
tasks:
+ - name: Add Terminator Repo
+ become: true
+ apt_repository:
+ validate_certs: no
+ repo: "ppa:gnome-terminator"
+ state: present
+ update_cache: True
12
- name: Install Terminator
13
14
apt:
0 commit comments