upt playbook

This commit is contained in:
jaydee 2023-08-02 07:26:40 +02:00
parent 5110dedaf8
commit 666f5bd9f3

View File

@ -51,4 +51,18 @@
- name: Install VNC Server
become: true
ansible.builtin.apt:
deb: https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-7.5.1-Linux-x64.deb
deb: https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-7.5.1-Linux-x64.deb
- 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: >-
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
- name: Install ldap packages
become: true
ansible.builtin.apt:
name: spotify-client
update_cache: yes