mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
upt playbook
This commit is contained in:
parent
5110dedaf8
commit
666f5bd9f3
@ -51,4 +51,18 @@
|
|||||||
- name: Install VNC Server
|
- name: Install VNC Server
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.apt:
|
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
|
Loading…
x
Reference in New Issue
Block a user