diff --git a/playbooks/install_morefine.yaml b/playbooks/install_morefine.yaml index 6917931..0f3c464 100644 --- a/playbooks/install_morefine.yaml +++ b/playbooks/install_morefine.yaml @@ -53,11 +53,15 @@ ansible.builtin.apt: deb: http://192.168.77.106:48000/install/VNC-Server-6.11.0-Linux-x64.deb ignore_errors: true - - name: Get repo - become: true - ansible.builtin.shell: >- - curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg - + #- name: Get repo + # become: true + # ansible.builtin.shell: >- + # curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg + - name: Add an Apt signing key, uses whichever key is at the URL + ansible.builtin.apt_key: + url: https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg + state: present + - name: Get repo become: true ansible.builtin.shell: >-